body {
  background-color: green;
}

h1 {
  color: white;
  font-family: arial;
  font-size: 100px;
  text-align: center;
}

h1:hover {
  font-family: Times New Roman;

}
