:root {
    --main-color: #388547;
    --darker-main-color: #296134;
    --secondary-color: #d35451;
    --titlefont: 'Lato', sans-serif;
}
@media(prefers-color-scheme:dark) {
    :root {
        --main-color: rgb(53 151 72);
        --darker-main-color: rgb(48 94 57);
    }
}
