body {
    margin: 0;
    padding: 0;
    /* Hide scrollbars */
    overflow: hidden;
    background-color: black;
}

.message {
    text-align: center;
    font-family: sans-serif;
    font-size: 2em;
    color: white;
}

progress[value] {
    width: 100%;
    height: 20px;
    background-color: white;
}

.emscripten {
    width: 100vw;
    height: 100vh;
    border: none;
    background-color: black;
}