h1 
{
margin-top: 0px;
  color: white;
    text-shadow: 5px 5px 10px teal, 8px 8px 15px lightsteelblue;
  font-size: 3.5em;
  
}

p
{
 background-color: white;
  text-align: left;
  padding: 50px;
  color: #211c38;
  border-radius: 8%;
  font-family: "Arial";
  margin: 40px;
  padding: 50px;
  text-align: Left;
  
    
}

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