body{
  background-color: #ff00ce;
}
h1{
  color: white;
  font-size: 200px;
  
}
.button {
  color: white;
  text-decoration: none;
}

.button:visited {
  color: white;
}

.button:hover {
  color: #ffea00;
}