.hidden {
    display: none!important;
}

#linker {
    position: fixed;
    bottom: 2vh;
    right: 2vh;
    z-index: 1000;
}

#linker * {
    text-decoration: none;
    color: #212121;
    padding: 0.2em;
    background: brown;
    border-radius: 0.5em;
}

#collage {
    height: 100vh;
    cursor: pointer;
}

.fill {
    width: 100vw;
    max-height: 100vh;
}

select {
    margin: 0.5em;
}

audio {
    margin: 0.25em;
}