h1 {
  margin-top: 0px;
  color: white;
  text-shadow: 1px 1px 3px #FFB000;
  font-family: "Lobster";
  font-size: 3.5em;
}

p {
	text-align: left;
  padding: 50px;
  color: #211C38;
  font-family: "Lobster";
  border-radius: 5%;
  background-color: white;
  margin: 40px;
  box-shadow: 50px 50px 100px #FFB000;
}

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