body {
  background-color: black;
  color: white;
  text-align: center;
}

h1 {
  text-transform: uppercase;
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

p {
  font-size: 1.5rem;
}

a {
  color: white;
  display: block;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  font-size: 1.5rem;
}

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