body {
    display: flex;
    justify-content: center;
    height: 100vh;
    align-items: center;  
    flex-direction: column;
}

img{
    max-width: 100%;
}

img{
    max-width: 100%;
}


#gameboard {
    display: flex;
justify-content: center;
width: 800px;
flex-wrap: wrap;

}

.square {
    width: 100px;
    height: 100px;
}

.beige{
    background-color: burlywood;
}

.brown{
    background-color: rgb(87, 26, 0);
}

#info{
    height:30px;
}
