@charset "utf-8"
*{
  margin: 0px;
  padding: 0px;
  border: 0px;
}

body, html{
background: pink;
height: 100%;
width: 100%;
margin: 0px;
padding: 0px;

}

div{
margin: 5px;
height: 100%;
width: 100%;

}
header{
 height: 85px;
 background-color: #A35AA7;
 font-weight: bold;
 text-align: center;
 font-size: 25px;
 
}
section{
width:800px;
height:500px;
margin-top:20px;
margin-left: 20%;
background-color:#436587;
text-align:center;
font-size: 25px;
}

.header1{
width:700px;
height:100px;
margin-top:20px;
margin-left: 8%;
background-color:red;
text-align:center;
font-size: 25px;
}
article{
width:700px;
height:200px;
margin-top:5px;
margin-left: 8%;
background-color:green;
text-align:center;
font-size: 25px;
}

.footer1{
width:700px;
height:100px;
margin-top:5px;
margin-left: 8%;
background-color:blue;
text-align:center;
font-size: 25px;
}

nav{
float:left;
background-color: #32CD32;
width:265px;
height:500px;
text-align:center;
font-size: 25px;
}

aside{
float:right;
width:275px;
height:500px;
margin-top:-500px;
margin-left: -5%;
background-color:orange;
text-align:center;
font-size: 25px;
}

.footer2{
 height: 100px;
 background-color: #A35AA7;
 font-weight: bold;
 margin-top:-120px;
 text-align:center;
 font-size: 25px;
}
