<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: #161616;
}

.title h1 {
    text-align: center;
    font-size: 50px;
}

.img img {
    width: 350px;  
    float: left;
    margin-right: 15px;
    border-radius: 10px;
}

.infos h2 {
    text-align: center;
    padding-top: 500px;
    font-size: 50px;
    border-bottom: #555 1px solid;
}


.infos p {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    size: 20px;

}

.infos p a {
    color: #228f13;
    text-align: center;
}

</pre></body></html>