#canvas{
    width: 650px; 
    height: 800px;
    touch-action: none;
    margin-left: 50px;
    transform: scale(1.1);
}
#START{
    position: absolute;
    left: 200px;
    top: 200px;
}

.flex{
    display: flex;
}

#start{
    width: 150px;
    height: 50px;
    font-size: 20px;
}

p{
    font-size: 20px;
    text-align: center;
    /*font-family: "Yu Gothic" ;*/

}

.body{
    overflow: hidden;
}