h1 {
  margin: 0;
  font-size: 2.5rem;
  text-align: center;
}

main {
  max-width: 800px;
  margin: 2rem auto;
  padding: 1rem;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

h2 {
  color: #393eb5;
  margin-top: 2rem;
  font-size: 1.4rem;
}

p {
  margin-bottom: 1.2rem;
  line-height: 1.7;
}


a {
  color: #393eb5;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

