:root {
    --color1: #fefefe;
}

.controls {
    display: flex;
    justify-content: space-between;

    margin-bottom: 20px;
}


#botc {
    width: fit-content;
    height: fit-content;
    margin: auto;
}

canvas {
    border: 1px solid gray;
}
