body {
    padding: 0;
    margin: 0;
    background-color: black;
}

#container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

#label {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    font-family: monospace;
    font-size: 12px;
    text-align: right;
    user-select: none;
}