body {
  display: grid;
  place-content: center;
  height: 80vh;
  background: black;
}

a {
  display: block;
  
  color: white;
  font-size: 1.5rem;
  text-decoration: none;
}