:root {
    --text: #334;
    --text2: #00f;
    --link: #524;
    --background: #fff9f9;

    --pixel1: url(/imgs/pixels/pinkflower.gif);
    --pixel2: url(/imgs/pixels/pinkjellyfish.gif);
    --pixel3: url(/imgs/pixels/pinkumbrella.gif);
    
        }

a {
    font-weight: bold;
    text-decoration: none;
    color: var(--link);
}


    .lightmode {
        display: block !important;
    }

    .darkmode {
        display: none !important;
    }