body {
  background-color: tomato;
  color: black;
  font-family: Verdana;
}

span{
  display:block;
  margin:10%;
  }
  
h1{
  font-size:50pt;
  }