body{
    font-family: "Inter Variable","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Open Sans","Helvetica Neue",sans-serif;
    font-size: 15px;
    color: #E6E6E6;               /* Texte clair sur fond sombre */
    background-color: #0D0D0D;    /* Fond très sombre */
    margin: 0;
    padding: 0;
}

h1{
    font-size: 32px;
    color: #F7F8F8;
}

h2{
    font-size: 20px;
    color: #F7F8F8;
}

p {
    color: #D0D6E0;
    margin: 20px 0 0 0;
}

pre{
    color: #fff;
    line-height: 1;
    
}

.wrapper{
    margin: 60px auto;
    width: 960px;
}