body {
    font-family: monospace;
    font-size: 15px;
    margin: 0;
    background: black;
    color: white;
}

canvas {
    width: 100%;
    height: 100%;
}

#textContainer {
    position: absolute;
    top: 200px;
    left: 10%;
    font-family: "Ubuntu Sans", sans-serif;

    padding: 20px;
    border-radius: 16px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
#mainText {
    font-size: 50px;
    font-weight: 300;
}
#subText {
    font-size: 22px;
    font-weight: 200;
    text-align: justify;
}

#perfText {
    position: absolute;
    color: white;
}

#textContainer {
    color: white;
}

.hidden {
    display: none;
}

button {
    position: absolute;
    z-index: 2;
    background: black;
    color: #c5c5c5;
    border: 2px solid #c5c5c5;
    border-radius: 5px;
}
button:hover {
    background: #535353;
}

#keymap {
    position: absolute;
    margin-top: 10px;
    z-index: 1;
}

#loadingText {
    font-family: "Ubuntu Sans", sans-serif;
    font-size: 50px;
    width: 100%;
    text-align: center;
    top: 50%;
    position: absolute;
}
