body {
    background: #202020;
    margin: 0;
    opacity: 0;
    transition: opacity 250ms;
    cursor: crosshair;
}

canvas {
    position: fixed;
    width: 100%;
    height: 100%;
}

#status-bar {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    bottom: -80px;
    height: 80px;
    width: 100%;
    color: white;
    font-family: monospace;
    background-color: #00000066;
    user-select: none;
    transition: bottom 250ms ease;
}

#status-bar span {
    padding: 0 5px;
}