body {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #001f3f;
    color: #ffffff;
    font-family: 'Press Start 2P', cursive;
}

canvas {
    border: 2px solid #ffffff;
    background-color: #0074D9;
}

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

#score {
    font-size: 20px;
    margin: 10px;
}