.continents-image{
    width: 400%;
    max-width: 800px;
    text-align: center;
}

.image{
    text-align: center;
}
h1{
    text-align: center;
    padding: 10px 25px;
    background: linear-gradient(#74b7d9, #36cc6d);
    color: black;
    margin-bottom: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
}
h3{
    font-size: 1,5rem;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

main{
    font-size: 1,5rem;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.faux {
    color: rgb(185, 27, 27);
}

.correct{
    color: #29874c;
}

.Btn-verif {
    background: #93c9be;
    background-image: -webkit-linear-gradient(top, #3eee5e,#3eee5e);
    background-image: -moz-linear-gradient(top,#3eee5e,#3eee5e);
    background-image: -ms-linear-gradient(top,#3eee5e,#3eee5e);
    background-image: -o-linear-gradient(top,#3eee5e,#3eee5e);
    background-image: linear-gradient(to bottom,#3eee5e,#3eee5e);
    font-family: "Arial", Tahoma, Geneva, Verdana, sans-serif;
    color: #0d0c0c;
    font-size: 1.5rem;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    margin-bottom: 20px;
}

.Btn-recommencer{
    background: #93c9be;
    background-image: -webkit-linear-gradient(top, #429af1,#429af1);
    background-image: -moz-linear-gradient(top,#429af1,#429af1);
    background-image: -ms-linear-gradient(top,#429af1,#429af1);
    background-image: -o-linear-gradient(top,#429af1,#429af1);
    background-image: linear-gradient(to bottom,#429af1,#429af1);
    font-family: "Arial", Tahoma, Geneva, Verdana, sans-serif;
    color: #0d0c0c;
    font-size: 1.5rem;
    padding: 1px 2px 1px 2px;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    margin-bottom: 20px; 
}

.fin{
    color: rgb(0, 0, 0);
    font-size: 100%;
}

footer{
    background-color: rgb(221, 229, 224);
    font-size: 0,5rem;
    text-align: center;
}