body {
  background-color: darkblue;
}

h1 {
  font-size: 40px;
  color: white;
  text-shadow: -1px 2px 20px yellow;
  background-color: black;
  text-align: center;
}
