/* •••••••••••••••••••••••••••
•••••••••••*•••••*•••••••••••••
•••  ••  •••••••••••••  ••  •••
•••••••••  ••••••••  ••••••••••
•••  ••••••   ••  ••••••••  •••
••••••••••••••• •••••••••••••••
••••  •••••••  @  •••••••  ••••
••••••••••••••• •••••••••••••••
••*•••  •••••••••••••••  •••*••
•••••••••  •••••••••  •••••••••
••••*•••••••••   ••••••••*•••••
•••••••••••••••••••••••••••• */ 

 body {
 	background-color: grey;
 }

 h1 {
 	font-family: "Helvetica"; 
 	color: #FFFFFF;
 	font-size: 65pt;
 	text-align: center;	
 }
 h2 {
	font-family: "Helvetica";
	color: lavenderblush;
	font-size: 70pt;
	text-align: center;
 }
 h3 {
 	font-family: "Arial0";
 	color: lavenderblush;
 	font-size: 18pt;
 	text-align: center;
 }
 h4 {
 	font-family: "Futura";
 	color: lavenderblush;
 	font-size: 15pt;
 	text-align: right;
 }


img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}


ul{
	list-style-type: none;
}



#div-one{
    	top: 100px;
    	left: 100px;
    	position: static; 

    }
