body {background-color: #e5f1f1;}
	
h1 {
  color: #85adad ;
  font-family: verdana;
  font-size: 100%;
  text-shadow: 1px 1px #a57e7e;
  
}
h2 {
  color: grey ;
  font-family: verdana;
  font-size: 90%;
  text-shadow: 1px 1px #80ffff;
  text-decoration: none;
}
h3 {
  color: #85adad ;
  font-family: 'Nunito', sans-serif;
 
  font-size: 50%;
    text-shadow: 1px 1px #a57e7e;
  text-decoration: none;
}
p  {
  color: rgb(124, 108, 108);
    font-family: Arial, Helvetica, sans-serif;

  font-size: 70%;

  text-shadow: none;
  text-decoration: none;
	}