body {
    background-color: white;
}

.image-container{
    width: 100%;
    padding: 4vw 0vw;
    background-color: rgb(250, 241, 223);

    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container img{
    max-width: 55%;

    height: auto;
    object-fit: contain;

    margin-right: 1.5vw;
}

