main {
    max-width: 70vw;
    max-height: 90vh;

    overflow: scroll;
}

#settings {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    width: 25%;

    /*& input[type=file] {*/
    /*    display: none;*/
    /*}*/
}
