#container {
    background-color: #1e1713;
    width: 1100px;
    height: 700px;
}

.border {
    border-style: solid;
    border-color: #dfddd2;
    border-width: 1px;
}

.circle , .square {
    width: 100px;
    height: 100px;

}

.circle {
    border-radius: 50%;
    float: inline-start;
    display: block;
    
}

.rectangle {
    width: 200px;
    height: 100px;

}

.rectangle2 {
    width: 100px;
    height: 120px;
}

.rectangle5 {
    width: 100px;
    height: 25px;
}

#blockWhite {
    background-color: #dfddd2;
    position: relative;
}

#blockBlue {
    background-color: #577f94;
    position: relative;
}

#blockGrey {
    background-color: #908f8b;
    position: relative;
}

#blockRed {
    background-color: #d93025;
    position: relative;
}