img{
    max-width: 100%;
    max-height: 80vh;
    margin-bottom: 1rem;
}

.imgVert {
    max-height: 100vh;
    max-width: 100%;
}

.content {
    display: none;
}

.content.active {
    display: block;
}

.langButt {
    background-color: transparent;
    border: none;
    color: gray;
    margin: 0;
    padding: 0;
}

.language-switch {
    position: absolute;
    text-align: center;
    right: 2.5rem;
    top: 2.5rem;
}

button {
    margin: 0 5px;
    padding: 5px 10px;
    cursor: pointer;
}

a {
    /* font-family: sans-serif;  */
    font-variant-emoji: none; /* Forces emoji variants off (Safari-specific) */
}