body{
    background:  #036;
    position: relative;
    padding-bottom: 3em;
    min-height: 100vh;
    
    
}
header{
    max-width: auto;
    min-height: 139px;
    margin: 0 auto;
    border-radius: 0px 0px 0 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

}


aside{
    display: block;
    float: right;
    max-width: auto;
    padding: 10px;
    min-height: 500px;
    margin: 2px;
    background-color:#fffdfd44;
    text-decoration: none;
    border-radius: 5px;
   
}

section{
    text-align: center;
    padding: 20px;
    width: 60.8%;
    float: right;
    background-color:#fffdfd44;
    text-decoration: none;
    border-radius: 5px;
}


footer{
    
    
    position: absolute;
    width: 100%;
    bottom: 0;

    
}
h5{
    color: rgb(250, 249, 249);
}