body{font-family: Arial, sans-serif; 
	font-size: 12px; 
	position: fixed; top: 0;
	width: 100%;
	min-height: 100%;
	margin: 0;
}

header ul li{
		display:inline-block;
		margin:0;
		height: 100%;
		width: 150px;
		text-align: center;
		
		


}
header ul li a{
	display: inline-block;
	align-items: center;
	width: 100%;
	height: 100%;
	line-height: 40px;
	color: white;
	text-align: center;
	
	
}
header ul li a:hover{
	background: grey;
}
header nav {
	display: inline-block;
	height: 100%;
}

header h1{
	color: white;
	margin: 10;
	height: 100%;
	width: 150px;
	display: inline;

}
header{
	background: black;
}

}
main article p  {
 	text-transform: justify;
 	width: 70%;	
 }

 img{
 	float:left;
 	top: 130px;
 	left:10px;
 	width: 30%;
 	margin-right: 10px;
 }

 main p{
    text-align: justify;
 }

main p strong{
    text-transform: uppercase;
}

 main a{
 	position: relative;
    float: right;
    color:red;
    text-decoration:underline;
     
 }

 aside{
 	width: 30%;
 	margin-inline: 10px;
 	background:#D3D3D3 ;
 	float: right;
 }