body {
background-color: black;
color: green;
font-family: 'Courier New', Courier, monospace;
font-size: 30px;
}

#canvas-container {
    width: fit-content;
    margin: auto;
}

input[type='range']{
    accent-color: green;
}


input[type='range']::-webkit-slider-thumb{
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.hidden {
    display: none;
}

button {
    background-color: green;
    border: 0px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 30px;
}