html {
    width: 100vw;
    overflow-x: hidden;
}

/* a:link {
    color: rgb(22, 22, 22);
}
a:visited {
    color: inherit;
} */

/* Center */
.image-gallery-content {
    margin: auto;
}
.image-gallery-content, .image-gallery-image, .image-gallery-slide {
    width: 60%;
}