* {
    font-family: 'Helvetica';
}

img {
    float: left;
    margin: 30px;
}

header,footer {
    background-color: SaddleBrown;
    color: white;
    text-align: center;
    padding: 7px;
    margin-bottom: 10px;
}

section {
    height: 40px;
    padding-top: 20px;
    float: left;
    background-color: Peru;
    width: 80%;

}

main {
    
    overflow: auto;
    float: left;
    width: 80%;
    height: 700px;
    font-size: 120%;
}

#x {
    background-color: Peru;
    color: white;
    width: 20%;
    height: 760px;
    float: right;
}

section {
    float: left;
    background-color: Peru;
    width: 80%;
    height: 40px;
    padding-top: 20px;

}

footer {
    clear: both;
}

a {
    color: #DDD;
    padding-left: 90px;
    font-size: 140%;
    text-decoration: none;
}

a:hover {
    color: white;
}
