*{
    text-align: center;
}

canvas {
    background-color: rgb(0, 0, 0);
    border: 2px solid rgb(255, 255, 255);
    width: 350px;
    height: 480px;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
}
h1{
    text-align: center;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif ;
    color: rgb(0, 0, 0);
}

h4, h3{
    text-align: center;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif ;
    color: rgb(0, 0, 0);
}

.fa-arrow-left{

    margin-right: 50px;
    font-size: 80px; 
    color: rgb(0, 0, 0);
}

.fa-arrow-right{
    margin-right: 0px;
    font-size: 80px;
    color: rgb(0, 0, 0);
}
   

#pauseBtn {
    width: 130px;
    height: 40px;
    text-align: center;
    font-size: 1.5em;
    margin: 20px auto;
    display: block;
    color: rgb(254, 254, 255);
    border-radius: 20px;
    background-color: black;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif ;
}

#Recommencer {
    height: 40px;
    width: 250px;
    text-align: center;
    font-size: 1.5em;
    margin: 20px auto;
    display: block;
    color: rgb(255, 255, 255);
    border-radius: 20px;
    background-color: rgb(0, 0, 0);
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif ;
}
.controls{
    text-align: center;
    size: 5000px;
    
}

@media (pointer: fine) {
    .arrow {
        display: none;
        text-align : center;
    }
}