/******************************************
    File Name: custom.css
    Template Name: EduPress
    Created By: PSD Convert HTML Team
    Envato Profile: http://themeforest.net/user/psdconverthtml
    Website: https://psdconverthtml.com
    Version: 1.0
    Support: support@psdconverthtml.com
/******************************************/

/******************************************
    ADD YOUR AWESOME CUSTOM STYLES HERE...
******************************************/

body::after {
    content: "This site is a temporary archive of the Computer Olympiad SA site. No data should be submitted here. Please head over to https://olympiad.org.za.";

    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;

    background-color: #c0392b;
    color: #ffffff;
    text-align: center;
    padding: 0.75rem 1.25rem;

    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.5rem;

    box-sizing: border-box;
    z-index: 9999;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.25);
    pointer-events: none;
}