*{margin:0;padding:0;box-sizing:border-box}body{background-color:#000;color:#ff0000;font-family:Press Start\ 2P,cursive;text-align:center;overflow-x:hidden}.container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;position:relative}h1{font-size:2rem;margin-bottom:20px;text-shadow:0 0 10px rgba(255,0,0,.8);animation:flash 1.5s infinite alternate}@keyframes flash{0%{opacity:.6;text-shadow:0 0 5px rgba(255,0,0,.8)}to{opacity:1;text-shadow:0 0 20px rgba(255,0,0,1)}}.frame{width:90%;max-width:1200px;height:70vh;margin:20px auto;border:5px solid #ff0000;box-shadow:0 0 20px rgba(255,0,0,.7);border-radius:10px;overflow:hidden;background-color:#111;display:flex;justify-content:center;align-items:center}spline-viewer{width:100%;height:100%}.footer-text{font-size:1rem;margin-top:20px;color:#fff}.highlight{color:#ff0000;text-shadow:0 0 5px rgba(255,0,0,.9)}