html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}



.title-large {
    font-size: 80px;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}


#thumbnails {
    max-height: 60%;
    overflow: auto;
}



#containers {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}


#contents {
    text-align: center;
    width: 100%;
}

.errortext {
    font-size: 8em;
}

.errordetail {
    margin-top: 30px;
    font-size: 2em;
}
