:root{--background:#fff;--foreground:#171717;--dark-red:#731932;--bright-red:#b72329;--red:#dd2330;--yellow:#ffd348;--yellow-rgb:255,211,72;--orange:#ff9b45;--orange-rgb:255,155,69;--blue:#00a1b8;--purple:#ac204a}@keyframes bounce{0%,50%,to{transform:translateY(0)}50%{transform:translateY(-1rem)}}@keyframes push-fade-in{0%{transform:translateY(-3vh);opacity:0}to{transform:translateY(0);opacity:1}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background-color:var(--yellow);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:trade-gothic-next-compressed,sans-serif}*{box-sizing:border-box;padding:0;margin:0}a{color:var(--dark-red);text-decoration:none}a:active,a:hover{color:var(--bright-red)}h1,h2,h3,h4{font-weight:800}header{position:relative;z-index:10}.hub header{background:url(/top-band.jpg) repeat-x;background-size:contain;height:10vh}.bottom-sparkle{bottom:1rem;left:1rem;height:20%}.bottom-sparkle,.top-sparkle{position:fixed;z-index:-1;animation:bounce 1.5s 1;width:auto}.top-sparkle{top:13vh;right:3%;animation-delay:.3s;height:10%}.question-marks{position:fixed;z-index:-1;bottom:-1rem;right:1rem;animation:bounce 1.5s 1;animation-delay:.6s;height:30vh;width:auto}#error-container{border:15px solid var(--purple);border-radius:2.5rem;background-color:#fff;color:#000!important;padding:10%;max-width:900px}#error-container h1{font-size:3.5rem;text-transform:uppercase}#error-container p{margin:1rem 0;font-size:1.5rem}@media (prefers-color-scheme:dark){html{color-scheme:dark}}