:root {
    --body-bg-color: white;
    --text-color: #3f3f3f;
    --header-bg-color: #030000;
    --navbar-bg-color: #f6f5f2;
    --main-bg-color: white;
    --footer-bg-color: #303030;
    --footer-text-color: #8a8888;
    --footer-text-color-hover: white;
    --primary: #f9037e;
    --secondary: #039cd2;
    --tertiary: #646363;
}