*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background:#060a09;min-height:100vh;font-family:Courier New,monospace}.background{object-fit:cover;opacity:.35;z-index:-1;width:100%;height:100%;position:fixed}.container{justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.child{background:#28543f;border:3px solid #111;border-radius:6px;flex-direction:column;align-items:center;gap:30px;width:450px;padding:45px 25px;animation:.5s infinite moveShadow;display:flex;box-shadow:0 15px 25px #fff}@keyframes moveShadow{0%{box-shadow:0 15px 25px #fff}25%{box-shadow:20px 0 25px #fff}75%{box-shadow:0 -20px 25px #fff}to{box-shadow:-20px 0 25px #fff}}.ptag{text-align:center;font-size:38px;font-weight:700}.play-container{flex-direction:column;align-items:center;gap:12px;display:flex}.play-a{background:#111;border:3px solid #fff;border-radius:8px;justify-content:center;align-items:center;width:70px;height:70px;transition:all .15s;display:flex;box-shadow:0 10px 25px #fff}.play-a:hover{background:#31c026}.play-a:active{transform:translateY(3px)}.play-a svg{width:32px;height:32px}.play{font-size:17px}a{color:#fff;text-decoration:none}.docs{font-size:1.5rem}header{background:#28543f;border-bottom:3px solid #111;justify-content:center;align-items:center;height:70px;display:flex}@media (width<=600px){.child{width:90%}.ptag{font-size:30px}}
