body {
    margin: 0;
    padding: 0;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: sans-serif;
}

h1 {
    color: red;
}

#canvas {
   margin-top: 100px;
}
#score {
    margin-top: 80px;
    color: #fefefe;
    font-size: 50px;
}
#recommencer {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fefefe;
    display: none;
    
}