h1,
h2 {
  color: var(--mainText);
  text-align: center;
}
ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}
li {
  margin: 8px 0;
}
a {
  text-decoration: none;
  color: #0066cc;
}
a:hover {
  text-decoration: underline;
}
.section {
  margin-bottom: 30px;
}

p {
  text-align: center;
}
