body {
    margin-left: -75px;
    margin-right: -15px;
}   

body {
    overflow-x: hidden;
    overflow-y: scroll;
}


.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

img {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 1200px) {
    /* For screens smaller than or equal to 1200px */
    .image-container {
        height: auto;
    }
}
