#maze{
    width: 900px;
    height: 600px;
    touch-action: none;
}

body {
    /*overflow-y: hidden;*/
    font-size:  250px;
}

#result {
    text-align:   right;
}