body {
  background-color: #ffffee;
	background-image: linear-gradient(to bottom, #fed6b0, #ffffee);
	background-size: 100% 1000%;
  background-position: top;
  background-repeat: no-repeat;
}

#container {
  color: white;
}