body {
  background: deepskyblue;
  font-family: fantasy;
  text-decoration: underline white;
  text-align: center;
  font-size: 24px;
}
li {
  color: gold;
  background-color: black;
  font-family: fantasy;
  text-align: center;
  font-size: 24px;
  font-weight: bolder;
  
  
}
h1 {
  font-weight: bold;
  color:gold;
}
