body.light {
    --bg: #c3cbcc;
    --text-color: #1c1c1c;
    --header-bg: #e5e5e5;
    --title-text: #9e2504;
    --footer-bg-color: #e5e5e5;
    --feature-bg-color: #d5d5d5;
    --text-shadow: 0px;
}

body.dark {
    --bg: #000014;
    --text-color: #e3e3e3;
    --header-bg: #14131c;
    --title-text: #61dafb;
    --footer-bg-color: #2a2a2a80;
    --feature-bg-color: #33333343;
    --text-shadow: 2px;
}