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


p {
  font-size: 20px;
}

h1{
	font-size: 50px;
	color: white;
  	background-color: Fuchsia;
  	text-align: left;
}


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


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

