*{margin:0;padding:0;box-sizing:border-box;font-family:inherit;scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb{background:#ad2bee}body{background:#1c1022}footer{border-top:1px solid rgba(173,43,238,.145);padding:25px 15px 40px;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center;z-index:10}footer p{position:relative;color:hsla(0,0%,100%,.145);margin-top:15px}footer p:after{width:15px;outline:8px solid #1c1022;background:#f06eb9}footer p:after,footer p:before{position:absolute;content:"";bottom:-20px;left:50%;transform:translateX(-50%);border-radius:30px;height:4px}footer p:before{width:50%;background:#ad2bee}footer ul{list-style:none;display:flex;align-items:center;gap:25px;margin-top:15px}footer ul li>a{color:hsla(0,0%,100%,.459);text-decoration:none}footer .socials{gap:15px}footer .socials,footer .socials .social{display:flex;align-items:center;justify-content:center}footer .socials .social{width:45px;height:45px;border-radius:50%;background:rgba(173,43,238,.063);border:1px solid rgba(173,43,238,.145);cursor:pointer;color:hsla(0,0%,100%,.459);font-size:20px}.loader{width:40px;height:40px;--c:no-repeat linear-gradient(#ad2bee 0 0);background:var(--c),var(--c),var(--c),var(--c);background-size:21px 21px;animation:l5 1.5s cubic-bezier(.3,1,0,1) infinite;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes l5{0%{background-position:0 0,100% 0,100% 100%,0 100%}33%{background-position:0 0,100% 0,100% 100%,0 100%;width:60px;height:60px}66%{background-position:100% 0,100% 100%,0 100%,0 0;width:60px;height:60px}to{background-position:100% 0,100% 100%,0 100%,0 0}}