body{font-family:Noto Sans KR,sans-serif;background-color:#0a0a0a;margin:0;color:#fff;overflow-x:hidden}.spinner{width:45px;height:45px;border:4px solid #1a1a1a;border-top:4px solid #FF9500;border-radius:50%;animation:spin .8s cubic-bezier(.4,0,.2,1) infinite;margin-bottom:25px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#333;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#ff9500}
