body{
    margin: 0px;    
    text-align: center;
}

h2{
    color: white;
}
header{
    width: 100%;
    height: 5%;
    background-color: red;
    text-align: center;
}
ul{
    margin: 0px;
    padding: 0px;
}
li{
    list-style: none;
    color: white;
    height: 3%;
    width: 33.33%;
    background-color: darkred;
    float: left;
}

section{
    text-align: left;
    float: left;
    width: 80%;
    height: 40%;
   overflow: hidden;
}

aside{
    text-align: left;
    float: left;
    width: 20%;
    height: 40%;
    background-color: palegreen;
}

footer{
    width: 100%;
    height: 5%;
    float: right;
    background-color: gray;
}
text{
    font-style: oblique;
}