:root {
    --bs-dark: #000 !important;
    --bs-dark-rgb: 0, 0, 0 !important;

     --bs-primary: #3C403C  !important;
    background-color: rgb(64, 60, 60) !important;

    --bs-secondary: #cc0033 !important;
    --bs-secondary-rgb: 204, 0, 51 !important;

    --bs-light: #fff !important;
    --bs-light-rgb: 255, 255, 255 !important;

    --bs-accent: #FFF !important;
    --bs-accent-rgb: 224, 102, 133 !important;

    --bs-body-bg: #fff !important;
    --bs-body-color: #151515 !important;

    --bs-link-color: #fff !important;
    --bs-link-hover-color: var(--bs-accent) !important;
}

