*{
    padding: 0;
    margin: 0;
    /* background-color: black; */
    color : black;
    -ms-touch-action: manipulation;
    touch-action: manipulation;

}

.moveButtons{
    display: none; 
    width: 100%;
}
#button1{
    float: left;
}
#button2{
    float: right;
}
canvas{
    border: solid 1px black;
}
.score,.database{
    padding: 50px;
    padding-top: 0;
    font-size: 50px;
}
li{
    font-size: 30px;
}
.container-1{
    display: flex;
}

@media only screen and (max-width: 500px) {
    .container-1{
        display: inline-block;
    }
    .moveButtons{
        display: inline-block;
    }
}