/* Eisntellung Body*/
body{
    background-color: rgb(241, 241, 232);
}
/* Einstellung für das Spielbrett*/
canvas{
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
   
}
/*Überschrift*/
h1{
    color: rgba(1, 16, 82, 0.712);
    text-align: center;
}