div {

    margin: 10px
}

#heder {
    background-color: #99f888;
    height: 80px;
    width: 1000px;
    margin: 7px;
    text-align: center;

}

#said {
    background: pink;
    width: 400px: height:700px;
    float: left;
    
}

#content {

    width: 720px;
    float: left;
    --text-align: center;
    image-resolution:center;
    background-color: chartreuse;

}

#footer {
    background: rgb(115, 115, 111);
    color: #ffffff;
    width: 1000px;
    height: 50px;
    clear: both;
    margin: 7px;
    float: inherit;
    text-align: center;
}

#wrapper {
    width: 1000px;
    margin: 0 auto;
}

#coment {
    width: 700px;
    float: right
}

body {
    background-color: #dee0c2;
    font-size: 20px;
}

