:root {
    --primary-color: #3f3f3f;
    --menutext-color: #e2e2e2;
    --secondary-color: #ff0000;
    --header-color: #1d1d1d;
    --link-color: #7d0000;
    --body-font: Arial, sans-serif;
    --heading-font: 'Times New Roman', serif;
    --max-width: 1100px;
    --sidebar-width: 100px;
}

