html {
  height: 100%;
  width: 100%;
}
h1 {
  color: #f0dc00;
  font-family: 'helveticaneue-bold';
  font-size:70px;
  font-weight: bold;
  text-align: center;

}
img{
  width: 70%;
  height: 70%;  
  display: block;
  margin-left: auto;
  margin-right: auto;

}
p {
  color: #f0dc00;
  font-family: 'times new roman';
  font-size: 20px;
  font-weight: bold;
  text-align: center;

}
.sunshine{
  color: #f0dc00;
  font-family: 'times new roman';
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 100%;

}

body{
  background-color:purple;
}
button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

button {
  background-color: white;
  color: black;
  border: 2px solid #f0dc00;
}

button:hover {
  background-color: #f0dc00;
  color: white;

}
