@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);*{margin:0;outline:0;padding:0}body{background-color:#000418;color:#fff;font-family:Poppins,sans-serif;height:100%;width:100%}span{color:aqua}.container{height:100vh;width:100%}.content{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0 auto;max-width:500px;text-align:center;width:100%}.content p{color:#e0e0e0;margin:.5rem 0}.content .socials{display:flex;gap:1rem;margin-top:1rem}.content .socials .icon{color:aqua;font-size:1.3rem}.progress{background-color:gray;border-radius:1rem;height:10px;margin:1rem;width:80%}.progress .progressPercentage{animation:progress 3s forwards;background-color:aqua;border-radius:1rem;height:100%;width:35%}@keyframes progress{0%{width:0}to{width:35%}}
/*# sourceMappingURL=main.f2d7a4ea.css.map*/