body
{
  background-color:DeepSkyBlue;
  font-size: 20px;
}


p {
  font-size: 20px;
}

h1{
	font-size: 20px;
	color: black;
  	background-color: white;
  	text-align: left;
}


h2 {
  font-size: 20px;
  color:white;
}


img {
   padding:1px;
   border:3px solid white;
  box-shadow: 10px 10px 5px white;
}

