body {
    background-color: #0b0f19;
    color: #e06665;
    font-size: 30px;
    font-family: serif;
    text-align: center;
}
div.header {
    font-family: "Zian";
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
@font-face {
    font-family: 'Zian';
    src: url('/assets/Zian.ttf');
}