@import url("https://fonts.googleapis.com/css2?family=Anton&family=Pacifico&family=Roboto:wght@500&display=swap");svg text{font-size:5rem;stroke-width:1}.logo-back{width:100%;height:80dvh;top:0;left:0;overflow-y:hidden;overflow-x:hidden;display:flex;margin:auto;align-items:center;justify-content:center;background-color:#0a0a0a;position:relative;z-index:100}.logo-body{stroke:#fff;font-family:Anton,sans-serif;color:transparent;animation:animate-stroke 2.5s infinite alternate;letter-spacing:5px;position:relative}@keyframes animate-stroke{0%{fill:transparent;stroke:#fff;stroke-width:1;stroke-dashoffset:5%;stroke-dasharray:0 35%}50%{fill:transparent;stroke:#fff;stroke-width:1}80%,to{fill:#fff;stroke:transparent;stroke-width:0;stroke-dashoffset:-25%;stroke-dasharray:32% 0}}