body {
    background-color: #000;
    font-family: 'Comic Sans MS', Arial, sans-serif;
}

.time-display {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.container {
    width: 100%;
    height: 100%;
}

#detecting {
    width: 100%;
    max-height: 100%;
    display: none;
}

.pop-up-header {
    height: 25px;
    text-align: left;
}

.pop-up-text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 24pt;
    padding: 50% 10%;
}

.pop-up {
    position: fixed;
    background-color: #dddddd;
    color: black;
    z-index: 10;
    width: 95%;
    height: 95%;
}

.basic-button-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.basic-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 8rem;
    background-color: black;
    border: 2px solid white;
    color: white;
    border-radius: 5px;
    height: 32px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-family:'Comic Sans MS', Arial, sans-serif;
    font-size: 24pt;
    cursor: pointer;
    z-index: 200;
}

.instruction {
    color: white;
    font-size: xx-large;
    padding-top: 50%;
}

#userDebug {
    color: white;
}