.animate-fire{animation-duration:1.5s;animation-timing-function:ease-in-out;animation-delay:0s;animation-iteration-count:infinite;animation-direction:alternate;animation-fill-mode:none;animation-play-state:running;animation-name:fire-flicker;animation-timeline:auto;animation-range-start:normal;animation-range-end:normal;}body{font-family:"Noto Sans SC", sans-serif;scroll-behavior:smooth;}#auroraCanvas{position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:0;}section[id^="home"] > div:not(#auroraCanvas):not(.absolute){z-index:20;position:relative;}#demoTable th, #demoTable td{text-align:left;padding-top:0.75rem;padding-right:0.75rem;padding-bottom:0.75rem;padding-left:0.75rem;vertical-align:top;}@keyframes fire-flicker{0%, 100%{text-shadow:rgba(255, 100, 0, 0.8) 0px 0px 5px, rgba(255, 100, 0, 0.6) 0px 0px 15px, rgba(255, 50, 0, 0.4) 0px 0px 25px, rgba(255, 0, 0, 0.2) 0px 0px 35px;color:rgb(255, 204, 0);}25%{text-shadow:rgba(255, 120, 0, 0.9) 0px 0px 8px, rgba(255, 60, 0, 0.7) 0px 0px 20px, rgba(255, 30, 0, 0.5) 0px 0px 30px, rgba(255, 10, 0, 0.3) 0px 0px 40px;color:rgb(255, 221, 51);}50%{text-shadow:rgba(255, 80, 0, 0.7) 0px 0px 3px, rgba(255, 80, 0, 0.5) 0px 0px 10px, rgba(255, 40, 0, 0.3) 0px 0px 20px, rgba(255, 0, 0, 0.1) 0px 0px 30px;color:rgb(255, 187, 0);}75%{text-shadow:rgba(255, 140, 0, 0.95) 0px 0px 10px, rgba(255, 70, 0, 0.75) 0px 0px 25px, rgba(255, 35, 0, 0.55) 0px 0px 35px, rgba(255, 15, 0, 0.35) 0px 0px 45px;color:rgb(255, 224, 77);}}