* {
  
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
}

.container-gallery {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.container-img {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: start;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
}

.container-img div {
    width: 100vw;
    height: 100vh;
flex-shrink: 0;
}

.container-img div img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.overlay {
    position: absolute;
    width: 99vw;
    height: 100vh;
}

.overlay {
    padding: 5rem;
    display: flex;
    justify-content: start;
    flex-direction: column;
}

.overlay img {
    width: 20%;
}

.head-overlay {
    display: flex;
    justify-content: end;
}

.head-overlay a {
    color: black;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: white;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 15px;
}

.container-logo {
    display: flex;
    align-items: end;
    height: 100%;
}