body {
  margin: 0;
  padding: 0;
  font-family: Roboto, Arial, sans-serif;
  background: white;
  color: black;
  display: flex;
  justify-content: center;
}

.container {
  max-width: 700px;
  padding: 2rem;
  text-align: left;
}

h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

p {
  line-height: 1.5;
  font-size: 1rem;
  margin-bottom: 1rem;
}

a {
  color: black;
  text-decoration: underline;
}

a:hover {
  background-color: black;
  color: white;
}
