body {
    background-color: #f4f4f9;
    color: #333;
    text-align: center;
}

.header {
    background-color: #2a2a2a;
}

.arrow {
    filter: invert(100%);
}

.messangerIcon {
    color: #333;
}

.carouselImg {
    max-width: 75%;
    height: auto;
}

.carouselImgFull {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.preview {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    background: #000;
    top: 0;
    left: 0;
}

.close-button{
    position: absolute;
    font-size: 5em;
    color: white;
    opacity: 30%;
    bottom: 1%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#galleryImages {
    width: 100%;
}

.galleryImage {
    width: 100%;
}

@media only screen and (min-width: 980px) {
    .galleryImage {
        width: 90%;
    }

    .carouselImg {
        max-width: 40%;
        height: auto;
    }
}