@font-face {
    font-family: "Nimbus Mono PS";
    src: url(font/nimbusmono-regular.otf) format('opentype');
}

@font-face {
    font-family: "Nimbus Mono BOLD" ;
    src: url(font/nimbusmono-bold.otf) format('opentype');
}

@font-face {
    font-family: "Cambria";
    src: url(font/Cambria-Font-For-Linux.ttf) format("truetype");
}
html, body {
    background-color: #191919;
}
h3, p, h4 {
    margin-bottom: 1vh;
    margin-top: 1vh;
}

.header {
    color: #d5d5d5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header img {
    width: 5vh;
    height: auto;
    margin-right: 1vh;
    margin-top: 0vh;
}

.regle {
    font-family: "Cambria", monospace;
    width: 60vh;
    height: 90vh;
    background-color: #161616 ; /* Fond transparent */
    border-radius: 8px;
    padding: 15px;
    font-size: 1.5vh;
    color: #d5d5d5; /* Couleur du texte */
    margin-bottom: 20vh;
}

.center {
    display: flex;
    justify-content: center;
}