/* La partie centrale de la page "L'ortographe français" */

.main_ortographeF {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    background-image: url("../../images/ortographe.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border: 2px solid white;
    border-radius: 15px;
}

.div {
    background-color: rgb(3, 1, 32);
    border: solid white 2px;
    border-radius: 15px;
    width: 80%;
    margin-left: 8%;
    padding: 15px;
}

/* Police des titres et textes */

@font-face {
    font-family: "titreOF";
    src: url("../../fonts/CampanaScript_PERSONAL_USE_ONLY.otf");
}
@font-face {
    font-family: "titreOF2";
    src: url("../../fonts/Ananda\ Personal\ Use.ttf");
}
.titreH2 {
    color: white;
    text-align: center;
    font-family: titreOF2;
    font-size: 350%;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    text-shadow: 3px 3px 3px rgb(246, 247, 248);
}

.titreH3 {
    color: white;
    text-align: center; 
    font-family: titreOF2;
    font-size: 180%;
    font-weight: lighter;
}

p {
    color: white;
    text-align: center;
    font-family:cursive, Verdana, Geneva, Tahoma, sans-serif;
    font-size: large;
    font-weight: lighter;
}