h1 {
  margin-top: 0px;
  color: white;
  text-shadow: 3px 2px 2px steelblue, 0px 0px 20px lightsteelblue;
  font-family: "Lemonada";
}

p {
	text-align: left;
  padding: 50px;
  color: steelblue;
  font-family: "Arial";
  border-radius: 5%;
  background-color: white;
  margin: 40px;
  box-shadow: 5px 5px 5px lightsteelblue;
}

#container {
  background-color: lavender;
 	text-align: center; 
  padding: 20px;
}