:root {
    --error: #db4437;
    --primarycolor: #941AFF;
    --primarycolor-lighten-15: #A43CFF;
    --cta: #C477FF;
    --text-color: #000000;
    --linkcolor: #941AFF;
    --tile-color: #FAF4EB;
    --donate-color: #ABF5AB;
    --main: #F7F7F7;
    /* variables with opacity */
    --primary-opacity-20: rgba(148, 26, 255, 0.20);
    --linkcolor-opacity-70: rgba(148, 26, 255, 0.30);
    --tile-opacity-20: rgba(250, 244, 235, 0.20);
    --cta-opacity-20: rgba(196, 119, 255, 0.20);
    --cta-opacity-5: rgba(196, 119, 255, 0.05);
    --cta-opacity-08: rgba(196, 119, 255, 0.08);
    --cta-opacity-16: rgba(196, 119, 255, 0.16);
    --cta-opacity-15: rgba(196, 119, 255, 0.15);
    --text-opacity-04: rgba(0, 0, 0, 0.04);
    --text-opacity-5: rgba(0, 0, 0, 0.05);
    --text-opacity-15: rgba(0, 0, 0, 0.15);
    --text-opacity-20: rgba(0, 0, 0, 0.20);
    --text-opacity-30: rgba(0, 0, 0, 0.30);
    --text-opacity-40: rgba(0, 0, 0, 0.40);
    --text-opacity-50: rgba(0, 0, 0, 0.50);
    --text-opacity-90: rgba(0, 0, 0, 0.90);
}
body {
    background-image: url('https://pic.enthuse.com/default/9efd255651964fedbd4979c41d7e337f.webp');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}