body {
    background-color: #0d0e15;
    color: #f0e3e3;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin:0;
}
.gamecontainer {
    text-align: center;
}
canvas {
    background: color #161925;
    border: 3px solid #000000;
    box-shadow: 0px 4px 16px rgba(255, 254, 254, 0.5);
}
h1 {
   color: #ff0073;
}

.Square{
    color : #f72585
}

.coin{
    color: #ffee32
}