html, body {
    margin: 0;
    padding: 0;
    }
   body {
    background-image: url("BG.png");
    background-image: cover;
    font-family: Verdana, sans-serif; 
    font-size: 100%;
    
    }
   h1 {
    font-size: 200%; 
    color: rgb(249, 255, 217); 
    text-align: center;
    font-weight: lighter;
    }
   h2 {
    font-size: 100%; 
    color: rgb(249, 255, 217); 
    padding-left: 15px;
    font-weight: lighter;
    }

    a{
        font-size: 100%; 
    color: rgb(249, 255, 217); 
    padding-left: 15px;
    font-weight: lighter;
    }

    .texte{
        display: inline;
        padding-top: 2%;
        padding-bottom: 2%;
    }
    .center{
        display: flexbox;
        text-align: center  ;
    }
