: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}#commentsbutton{position:fixed;bottom:16px;left:16px;background-color:#797979;width:48px;height:48px;cursor:pointer;z-index:100;border-radius:50%;background-image:url(/comment_bubble_white.svg);background-size:70% 70%;background-repeat:no-repeat;background-position:50% 50%}#comments{font-size:120%;position:fixed;z-index:101;left:-35rem;width:35rem;height:100vh;top:0;background-color:#eee;color:#000;transition:left .75s ease-in-out;overflow-y:scroll;padding:1rem;xpadding-top:3rem}#comments h3{color:#797979;padding-left:2.4rem;background-image:url(/comment_bubble.svg);background-size:contain;background-position:0 50%;background-repeat:no-repeat}#comments .close{position:absolute;top:15px;right:15px;cursor:pointer;background-image:url(/close_x.svg);background-size:cover;height:20px;width:20px}#comments.shown{left:0}@media (prefers-color-scheme:dark){html{color-scheme:dark}}