html,
body {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#renderCanvas {
    width: 100%;
    height: 100%;
    touch-action: none;
}

.setting-name {
    display: flex;
    flex-direction: row;
    padding-top: 10px
}

.side-panel {
    color: white;
    position: absolute;
    top: 1%;
    left: 85%;
    z-index: 100;
}

.buttons {
    color: white;
    margin-top: 10px;
    width: 70px;
    height: 20px;
    border: none;
    border-radius: 2px;
}

.update-button {
    background-color: rgba(87, 124, 52, 0.822);
}

.repaint-button {
    background-color: rgba(99, 42, 42, 0.822);
}