body {
  background-color: pink;
}

h1 {
  color: blue;
  font-family: arial;
  font-size: 100px;
}

h1:hover {
  color: white;
}
