:root {
    --main-color: rgb(52, 73, 94);
    --darker-main-color: rgb(26, 41, 56);
    --titlefont: 'Lato', sans-serif;
}
@media(prefers-color-scheme:dark) {
    :root {
        --main-color: rgb(100 116 133);
        --darker-main-color: rgb(94 109 124);
    }
}
