	{
 box-sizing: border-box;
 }
 body{
 				font-family:'Montagu slab', serif;
 }
 
 header {
 	background-color: #95f5ff;
 	padding: 30px
 	text-aling: center;
 	front-size 35px;
 	color: white
  }
  
  nav {
  float: left;
  width: 30%
  background: #aaffb5;
  padding: 20px;
  }
  
  nav ul{
  list-style-type: none;
  padding: 0;				
  }
  article {
  	float: left;
  	paddinf: 20px;
  	width: 70%;
  	background-color: #aaf4ff
  	}
  	
  	section::after {
  	content: "";			
  	display: table;
  	clear: both;
  	}
  					
  	footer {
  		background-color: #2600ff;
  		padding: 10px
  		text- align center;
  		color: white;			
  			}			
  	
