canvas {
    padding: 1px;
    touch-action: manipulation;
}

.generate-button {
    width: 100px;
    height: 30px;
}

.alg-button {
    width: 120px;
    height: 60px;
    margin-top: 10px;
    line-height: 1.1lh;
}

.number-input {
    width: 3em;
}

.speed-input {
    vertical-align: middle;
}

.center_wrapper {
    margin-top: 30px;
    text-align: center;
}

.moves_ld { 
    cursor: help;
}
