h1 {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 72px;
  color: greenyellow;
  margin-top: 300px;
  text-align: center;
}
body {
  background-color: dodgerblue;
}
