body {
  background: #76a5af;
  padding: 0 24px;
  margin: 0;
  height: 100vh;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.link {
  font-size: xx-large;
  color: white;
  text-decoration: none;
  
}
