/* Présentation des balises de base */
p {
    color: #BDBEBF;
}

body {
    background-color: #1a1e26;
}


/* Balise individuelles */

.centerimage {
    margin-left: auto;
    margin-right: auto;
    width: 700px;
}

/* Typographie ROBOTO Google */
.robotoBold {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 650;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color: rgb(240, 240, 240);
}

.robotoNormal {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 237;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color: rgb(226, 221, 221);
}

.cardStyle {
    background-color: #343A40;
}

.underline {
    text-decoration: underline;
    color: rgb(240, 240, 240);
}

.microbanner {
    margin-top: 1.5%;
    margin-bottom: 1.5%;
}

.banner {
    margin-top: 3%;
    margin-bottom: 3%;
}
