body{
    position: absolute;
    top:20%;
    left:10%;
    text-align: center;
}

.kutuUst{
    background-color: orangered;
    width: 1000px;
    height: 174px;
}

.menu{
    background-color: green;
    width: 1000px;
    height: 70px;
}

.sol{
    background-color: aqua;
    width: 300px;
    height: 400px;
}

.sag{
    background-color: blue;
    width: 700px;
    height: 400px;
    margin-left: 300px;
    margin-top: -400px;
}

.alt{
    background-color: purple;
    width: 1000px;
    height: 100px;
}