<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
    height: 100%;
    font-family: "Lucida Grande", sans-serif ;
}

.centerVHChild {
    display:flex;
    justify-content:center;
    align-items:center;
    height:80%;
}

button {
    margin: 10px;
}

h1 {
    color: #101d4b;
    font-weight: bold;
}
h2 {
    color: #101d4b;
    font-weight: bold;
}

#forme_bleue {
    width: 30%;
    /*position: fixed;
    top: 0px;
    right: 0px;*/
    margin-bottom: 30px;
    float:right;

}

@font-face {
    font-family: "Lucida Grande";
    src: url("../assets/font/LucidaGrandeBold.ttf") format("truetype");
}

#header {
    display: none;
}
#logo {
        height: 100px;
        width: auto;
    margin: 20px;
}
</pre></body></html>