:root {
    --error: #db4437;
    --primarycolor: #4C205B;
    --primarycolor-lighten-15: #674174;
    --cta: #DF4597;
    --text-color: #231F20;
    --linkcolor: #243E89;
    --tile-color: #F9F5FC;
    --donate-color: #25B6BC;
    --main: #F9F5FC;
    /* variables with opacity */
    --primary-opacity-20: rgba(76, 32, 91, 0.20);
    --linkcolor-opacity-70: rgba(36, 62, 137, 0.30);
    --tile-opacity-20: rgba(249, 245, 252, 0.20);
    --cta-opacity-20: rgba(223, 69, 151, 0.20);
    --cta-opacity-5: rgba(223, 69, 151, 0.05);
    --cta-opacity-08: rgba(223, 69, 151, 0.08);
    --cta-opacity-16: rgba(223, 69, 151, 0.16);
    --cta-opacity-15: rgba(223, 69, 151, 0.15);
    --text-opacity-04: rgba(35, 31, 32, 0.04);
    --text-opacity-5: rgba(35, 31, 32, 0.05);
    --text-opacity-15: rgba(35, 31, 32, 0.15);
    --text-opacity-20: rgba(35, 31, 32, 0.20);
    --text-opacity-30: rgba(35, 31, 32, 0.30);
    --text-opacity-40: rgba(35, 31, 32, 0.40);
    --text-opacity-50: rgba(35, 31, 32, 0.50);
    --text-opacity-90: rgba(35, 31, 32, 0.90);
}
body {
    background-image: url('https://pic.enthuse.com/default/40f8461646394e95a2295b923fa93edf.webp');
    background-position: left top;
    background-repeat: repeat;
}