body {
    background-color: rgb(252, 252, 252);
}

@font-face {
    font-family: "cooper-black";
    src: url("fonts/cooper-black/cooper-black.woff2");
}

@font-face {
    font-family: "fluxisch else";
    src: url("fonts/fluxisch-else/FluxischElse-Regular.woff");
}

@font-face {
    font-family: "monofur";
    src: url("fonts/monofur/monof55.ttf");
}

.heading{
    margin-left: 80px;
    margin-top: 60px;
    position: absolute;
}

h1 {
    font-family: fluxisch else;
    font-size: 42pt;
    line-height: 0pt;
}

p {
    font-family: cooper-black;
    font-size: 20pt;
    line-height: 0px;
}

p2 {
    font-family: fluxisch else;
    font-size: 13pt;
    line-height: 12px;
}

.ascii {
 font-family: monofur;
 font-size: 12pt;
 line-height: 10.5pt;
 margin-left: 25%;
 margin-top: 8%;
 width: 50%;
 position: fixed;
}

p1 {
    font-family: cooper-black;
    font-size: 13pt;
    color: rgb(255, 0, 234);
    line-height: 15pt;
    margin-left: 3%;
    margin-bottom: 20%;
}

.mon-bloc {
    max-width: 250px;
    margin-left: 80px;
    margin-top: 200px;
    background-color: #fefeee; /* Couleur de fond */
    border: 1.5px solid #f9ff41;
    padding: 12px;
    border-radius: 30px;
    position: absolute;
}