.footer{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;color:#151515;background-color:red;background-image:radial-gradient(at 40% 20%,#ffb87a 0,transparent 50%),radial-gradient(at 80% 0,#1fddff 0,transparent 50%),radial-gradient(at 0 50%,#ffdbde 0,transparent 50%),radial-gradient(at 80% 50%,#ff85ad 0,transparent 50%),radial-gradient(at 80% 100%,#6b66ff 0,transparent 50%)}.footer-feedback,.footer-feedback a{color:#151515;text-decoration:none}.footer-feedback a:hover{color:var(--accent);text-decoration:underline}.footer .footer-upper{display:flex;align-items:center;justify-content:center}.footer-upper .footer-div{flex:1 1}.footer-lower{flex-direction:column;padding:2rem}.footer-lower,.footer-lower ul{display:flex;align-items:center;justify-content:center}.footer-lower ul{list-style:none;padding:.2rem}.footer-lower ul li a{text-decoration:none;color:inherit;font-size:2rem;padding:.2rem}.footer-lower ul li a:hover{color:var(--accent)}.footer-lower .footer-small{padding:1rem}.footer-lower .footer-small a{color:inherit}.footer-lower .footer-small a:hover{color:var(--accent-700)}.default-theme[data-theme=light]{--text:#0a011e;--background:#e2d8fd;--primary:#2b078d;--secondary:#f764c1;--accent:#ed0c3d}.default-theme[data-theme=dark]{--text:#ebe3fe;--background:#0c0227;--primary:#9570f8;--secondary:#990865;--accent:#f30f42}.red-theme[data-theme=light]{--text:#0f0200;--background:#fee4e1;--primary:#6d0d03;--secondary:#fdcec9;--accent:#f21f07}.red-theme[data-theme=dark]{--text:#fff2f0;--background:#1e0401;--primary:#fc9c92;--secondary:#360702;--accent:#f8240d}.turquoise-theme[data-theme=light]{--text:#151e1c;--background:#f4faf9;--primary:#1e6c5b;--secondary:#66ebce;--accent:#04dcad}.turquoise-theme[data-theme=dark]{--text:#e2eae8;--background:#050b0a;--primary:#92e1d0;--secondary:#149a7e;--accent:#24fbce}.green-theme[data-theme=light]{--text:#111815;--background:#e9f2ee;--primary:#2e604a;--secondary:#8dd3b3;--accent:#3abb81}.green-theme[data-theme=dark]{--text:#e6edea;--background:#0d1612;--primary:#a0d1bb;--secondary:#2c7152;--accent:#43c58a}.yellow-theme[data-theme=light]{--text:#1b160e;--background:#f9f6f0;--primary:#7d591c;--secondary:#efc171;--accent:#faa005}.yellow-theme[data-theme=dark]{--text:#f1ece4;--background:#0f0c06;--primary:#e3bf82;--secondary:#8e6010;--accent:#faa005}.purple-theme[data-theme=light]{--text:#1a0326;--background:#f8ecfe;--primary:#580a85;--secondary:#f46cdd;--accent:#d1107d}.purple-theme[data-theme=dark]{--text:#f0dafc;--background:#0c0112;--primary:#c779f5;--secondary:#940b7e;--accent:#ef319d}.blue-theme[data-theme=light]{--text:#03262b;--background:#ecfbfe;--primary:#0a667f;--secondary:#5f72f2;--accent:#2511d4}.blue-theme[data-theme=dark]{--text:#d5f7fc;--background:#010f12;--primary:#80dcf5;--secondary:#0d21a1;--accent:#3e2cee}@font-face{font-family:Nunito;src:url(/fonts/Nunito-VariableFont_wght.ttf) format("truetype");font-style:normal}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Italic-VariableFont_wght.ttf) format("truetype");font-style:italic}*{margin:0;padding:0;box-sizing:border-box;transition:background 1s ease,background-color 1s ease,color .05s ease}body,html{height:100vh;width:100%}body{overflow-x:hidden;background-color:var(--background);color:var(--text);font-family:Nunito,sans-serif}main{display:flex;flex-direction:column;width:98%;margin:auto}.container{padding:1rem;position:relative;margin:.5rem auto}.container:before{content:"";position:absolute;top:-2px;left:50%;transform:translateX(-50%);width:97%;height:1px;background-color:var(--primary)}.container-title{position:absolute;top:-12px;left:.2rem;background-color:var(--background);padding:0 .5rem}@media only screen and (min-width:1200px){main{width:90%}}