:root {
    --primary-bg: #001a32;
        --secondary-bg: #000000;
        --text-color: #faf6eb;
        --text-color-dark: #faf6eb;
        --text-color-alt: #faf6eb;
        --footer-bg: #000000;
        --label-color: #979797;
        --border-color: #6a6a6a;
        --menu-bg: #001a32;
        --button-bg: #333333
}