* {
    background-color: black;
}
canvas {
    cursor: none;
}

.player {
    position:absolute;
    width:32px;
    height:32px;
}

.red {
    background:red;
}

.game-counter {
    float:right;
}

.data {
    font-family: 'Press Start 2P', cursive;
    font-size:20px;
    margin-right:50px;
    color:red;
}