<style> 

header 
{
  position: fixed;
  background-color: #ffffff;
  font: 100%; 
  #color: #f5a95e;
  color: f28922
  text-align: center;
  font-size: 150%;
  top: 0;
  left: 0;
  right: 0;
}

html, body {
	background-color: #ffffff;   
	#color: #f5a95e;
	color: #f28922
	padding-left: 1em;          
	max-width: 60em;                 	         
	font-size: 125%;
    text-align: center;	
	p {
		margin: 10;
	}
}

h1{
  color: #a4c2db;
  text-align: center;
  font: 200% bold;
  #margin-top:-150pt
}
  
h2{ 
  color: #a4c2db;
  text-align: center;
}

h3{
	color: #a4c2db;
	font: 100
	text-align: center;
}

img {
  float: center;
  width: 70%;
  height: auto;
}

#@media (min-width: 10em) {
#  img {
#
#	width: 25;
#	height: auto;
#   #margin: 10 10 10em 10em;
#  }
#}

@media (min-width: 60em) {
  img {
	width: 90%;
    float: center;
  }
}

</style>