* {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #494b4e;
    color: white;
    overscroll-behavior-x: none;
}

canvas, video {
    width: auto;
    height: max(1080px, 100vh);

}

span {
    font-size: 3em;
}

#log {
    position: absolute;
    bottom: 0;
    right: 10px;
    color: #ffeb00;
    font-size: 1.4em;
}

#warning {
    position: absolute;
    bottom: 0;
    right: 10px;
    color: red;
    font-size: 1.4em;
}
