body {
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;

  text-align: center;

  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

a {
  color: #007BFF;
}

p {
  text-align: justify;
}

.content {
  margin: 1rem;
  padding: 1rem;
  border-radius: 0.5rem;
  max-width: 70ch;
  border: 0.1rem solid;
}
