body{font-family:Lucida Console,monospace;max-width:1000px;margin:auto;padding:20px;line-height:1.5}.center-container{display:flex;justify-content:center;align-items:center;text-align:center}main ul{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0}ul>li{list-style-type:circle}.ascii-art{font-weight:700;align-self:center;line-height:1.2}#dark-mode-toggle{position:absolute;top:10px;right:10px;padding:5px 10px;border:none;border-radius:5px;cursor:pointer}.dark-mode{background-color:#333;color:#fff}.dark-mode a{color:#a0d8ff}.darker-mode{background-color:#111}.laser-container{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:-1;display:none}.darker-mode .laser-container{display:block}.laser{position:fixed;background-color:#0f0;opacity:.6;box-shadow:0 0 10px #0f0,0 0 20px #0f0;animation:laser-rotate 8s infinite;transform-origin:center}.laser:first-child{top:20%;animation:laser-rotate-1 6s ease-in-out infinite}.laser:first-child,.laser:nth-child(2){height:4px;width:200vw;left:-100vw;transform-origin:100% 50%}.laser:nth-child(2){top:80%;animation:laser-rotate-2 5.5s ease-in-out infinite}.laser:nth-child(3){top:20%;animation:laser-rotate-3 5s ease-in-out infinite}.laser:nth-child(3),.laser:nth-child(4){height:4px;width:200vw;right:-100vw;transform-origin:0 50%}.laser:nth-child(4){top:80%;animation:laser-rotate-4 6.5s ease-in-out infinite}@keyframes laser-rotate-1{0%,to{transform:rotate(-30deg)}50%{transform:rotate(30deg)}}@keyframes laser-rotate-2{0%,to{transform:rotate(-35deg)}50%{transform:rotate(35deg)}}@keyframes laser-rotate-3{0%,to{transform:rotate(-40deg)}50%{transform:rotate(40deg)}}@keyframes laser-rotate-4{0%,to{transform:rotate(-45deg)}50%{transform:rotate(45deg)}}