body{background:#000;margin:0;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;overflow:hidden;font-family:sans-serif;}.l{width:60px;height:60px;border:4px solid #111;border-top-color:#00fff2;border-radius:50%;animation:s .8s linear infinite;box-shadow:0 0 15px rgba(0,255,242,.1);}.t{margin-top:20px;color:#00fff2;font-size:15px;letter-spacing:5px;text-indent:5px;opacity:.9;}@keyframes s{to{transform:rotate(360deg);}}