body {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #f0f0f0;
    font-family: 'Press Start 2P', cursive;
}

canvas {
    border: 2px solid #000;
    background-color: #87CEEB;
}

#instructions {
    margin-top: 20px;
    text-align: center;
}

h2 {
    margin: 0;
}

p {
    margin: 5px 0;
}