body {
	background-color: #1dc5db;
	font-family: cuveat;
	font-size: 15px;
}


 .container{
 	 width: 900px;	
 	 height: 1000 px;
 	 background: #ffffff;
 	 margin: 30px auto;
 }

 .header {
 	height: 300px;
 	width: 900px;
 }

 .navigation {
 	 background: pink;
 	 width: 900px;
 	 height: 600px;
 	 margin-top: 10px;
 	 margin-bottom: 10px;

 }
 .footer{
 	height: 50px;
 	width: 900px;
 	text-align: center;
 	background: orange;
 	font-size: 14pt;
 }
















