
body {
    margin: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #87CEEB;
    font-family: 'Press Start 2P', cursive;
}

#gameCanvas {
    border: 2px solid #000;
    background-color: #ADD8E6;
}

#instructions {
    text-align: center;
    margin-top: 10px;
    color: #333;
}
