body {
    background-color: rgb(211, 223, 211);
}

.content-section img {
    bottom: 0;
    height: 60vh;
}

@media only screen and (max-width: 800px) {
    .content-section img {
        height: 40vh;
    }
}