div {
    margin: 0 auto;
    height: 100;
    width: 800px;
    font-size: 55px;
}

.container {
    margin: 10 auto;
    border: 6px solid black;
}

.banner{
    background-color: red;
    height: 85px;
    font-size: 25px;
}

.menu {
    background-color: chocolate;
    height: 130px;
    width: 135px;
    float: left;
    font-size: 25px;
    text-align: center;
}

.content {
    background-color: blueviolet;
    height: 130px;
    width: 500px;
    float: left;
    font-size: 25px;
    text-align: center;
}

.resim {
    background-color: green;
    width: 165px;
    height: 130px;
    float: left;
    font-size: 25px;
}

.footer {
    background-color: dodgerblue;
    height: 200px;
    float: left;
    font-size: 25px;
    text-align: center;
    color:black;
}