
@font-face {
    font-family: "crash test";
    src: url('Crashtestdummy.woff') format('woff'),
         url('Crashtestdummy.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "creato";
    src: url('CreatoDisplay-Regular.woff') format('woff'),
         url('CreatoDisplay-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


.alexsachandra {
    position: fixed; top: 20px; left: 20px; z-index: 100;
    color: ghostwhite;
    text-decoration: none;
    font-family: 'crash test', sans-serif; font-size: 55px;
}

.power {
    position: fixed; top: 70px; left: 20px; z-index: 100;
    text-decoration: none; color: ghostwhite;
    font-family: 'creato', sans-serif; font-size: 14px;
}

body {
    background-image: url(bg.png);
    background-size: 100%;
    overflow-x: hidden;
    
}


.nouvelle {
    width: 60%;
    max-width: 800px; 
    margin: 150px auto; 
    background: ghostwhite;
    padding: 60px;
    border-radius: 5px;
    box-shadow: 0 0 20px whitesmoke;
    font-family: 'creato', sans-serif;
}


.titre {
    font-family: 'creato', sans-serif;
    font-size: 40px;
    margin-bottom: 30px;
    text-align: center;
    color: black;
}


.texte-entier {
    color: #222;
    line-height: 1.8;
    font-size: 18px;
}



.bouton-retour {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-family: 'creato', sans-serif;
    padding: 10px 15px;
    border-radius: 5px;

}