html{
  height: 100%;
}

body {
   background-image: linear-gradient(to bottom right, #ffffcc, #ffccff);
   margin: 0;
   height:100%;
}

h1 {
  margin: 30px;
  font-family: 'Lobster', cursive;
  text-shadow: 5px 0 #232931;
  font-size: 8rem;
  color: #4ECCA3;
}

center {
  font-size: 4rem;
  color: #4ECCA3;
  font-family: 'Indie Flower', cursive;
}

footer {
  margin-top: 5%;
  color: 	#001a00;
  text-align: center;
  font-family: 'Indie Flower', cursive;
  font-size: 2rem;
}
