body{
    background:#111;
    color:white;
    text-align:center;
    font-family:Arial;
}

.game-container{
    display:flex;
    justify-content:center;
    gap:30px;
    margin-top:20px;
}

canvas{
    background:black;
    border:4px solid white;
}

.info{
    text-align:left;
}

button{
    padding:10px;
    margin-top:10px;
    font-size:16px;
}