body {
  margin: 0;
  font-family: Arial;
  background: #0A2540;
  color: white;
  text-align: center;
}

h1 {
  margin-top: 50px;
}

a {
  color: #00FFD1;
  text-decoration: none;
  font-size: 18px;
}