@charset "UTF-8";
/* CSS Document */
body {
   background-image: url("../Bee.png");
   background-repeat: no-repeat;
background-position: center;
}

.header {
text-align:center;
display: block;
  margin-left: auto;
  margin-right: auto;
  width:100%;
height: auto;
padding-top: 30px;
	margin-top: 5em;
	
}
strong {
	color: rgba(175,222,228,1.00);
	font-size: 60px;
}

h2 { 
   margin: 8em 0 0 40px;
   color: white;
   text-align:center;
font-size: 40px;
	
padding-top: 3em;

}



p {
text-align:center; 
  color: black; 
  font-size: 150%; 
}

footer {
text-align: center;
margin-top: 8em
}







