html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
    font-family: arial;
    margin: 0;
    padding: none;
}

/* force fast, snappy progress bar updates */
.progress-bar {
    transition: width 0.08s linear !important;
}

#output-controls {
    position: absolute;
    top: 10px;
    right: 10px;
}

#output {
    height: 640px;
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: black;
    color: white;
    font-family: 'Lucida Console', Monaco, monospace;
    outline: none;
}
