body {
  font-family: Arial, sans-serif;
  text-align: center;
  background-color: #fafafa;
}

h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

h2 {
  color: #2c3e50;
  margin-top: 30px;
  border-bottom: 2px solid #ddd;
  display: inline-block;
  padding-bottom: 5px;
}

ul {
  list-style: none;
  padding: 0;
}

li {
  margin: 10px 0;
}

a {
  text-decoration: none;
  font-size: 18px;
  color: #0066cc;
}

a:hover {
  text-decoration: underline;
}
