* {
    margin: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.img-container {
    flex: none;
    width: 100vw;
    height: 100vh;
    display: flex;
    scroll-snap-align: center;
}

.gallery {
    display: flex;
    gap: 4rem;
    scroll-snap-type: y mandatory;
      scroll-snap-type: x mandatory;
    overflow-x: scroll;
}