html {}
body{
    font-size: 1rem;
    min-height: 100vh;
    position: relative;
    color: #162056;
    font-family: system-ui, serif;
}
span,a{
    color: #162056 !important;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
}
.separator {
    height: 4px;
    background-color: #162056;
}