
header {
        background-color: rgb(95, 19, 18);
        height: 200px;
        width: 1330px;
        margin: 0;
    }

    body {
        background-color:rgb( 11, 148, 70);
        color: rgb(207, 28, 68);
        width: 1340px;
        top: 50px;
        height: 812px;
    }

    ul{
        background-color:  rgb(95, 19, 18);
        list-style-type: none;
        width: 1290px;
        float: left;
        top: 50px;
        margin-top: 10px;
        
        
    }  
    
    li{
        background-color: rgb(95, 19, 18);
        float: left;
        text-align: center;
        text-decoration: none;
        }
    
    li a {
        display:block;
        color: rgb(207, 28, 68);
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        text-decoration: none;
        font-size:200%;
        width: 310px;
    }

    li a:hover {
        background-color: rgb(95, 19, 18);
    }

    section {
        background-color: rgb(95, 19, 18);
        color: rgb( 11, 148, 70);
        width: 628px;
        position:absolute;
        top: 295px;
        padding: 16px;
        float: left;
        font-size: 200%;
        text-align: center;
        }
aside{
        background-color: rgb(95, 19, 18);
        color: rgb( 11, 148, 70);
        width: 628px;
        position:absolute;
        top: 295px;
        left: 678px;
        padding: 16px;
        float: left;
        font-size: 200%;
        text-align: center;
        }
footer {
    position: absolute;
    width: 1330px;
    height: 60px;
    background-color: rgb(95, 19, 18);
    text-align: center;
    font-size: 125%;
    color: rgb( 11, 148, 70);
    top: 760px;
    }
