body {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #0f0f1f;
}

button {
    width: 70px;
    height: 30px;
}

/* canvas {
    border: 1px solid #7f7f80;
    border-radius: 0px;
} */

.controls {
    background-color: #3f3f7f;
    border-radius: 5px;
    width: 100%;
}

.flex {
    display: flex;
}

#settings {
    display: none;
    position: absolute;
    background-color: #3f3f7fd0;
    border-radius: 5px;
}

.settingsButton {
    width: 50px;
    height: 50px;
    border: 0;
    background-color: #00000000;
    position: absolute;
    right: 24%;
    top: 84%;
}

.settingsButton img {
    color: #000;
}

/* .vertFlex {
    display: flex;
    flex-direction: column;
} */