body {
    background-color: greenyellow;
}

.cont {
    background-color: orange;
    height: 50px;
}

.box-1 {
    height: 180px;
    background-color: green;
    border: solid 2px black;
}