body {
    background-color: rgb(253, 255, 231);
}

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