@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;1,100&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@charset "UTF-8";*{padding:0;margin:0;box-sizing:border-box}html,body{height:100%}body{overflow:hidden}canvas{position:absolute;top:0;z-index:0;filter:blur(5px)}.horizontal-separator{width:100%;height:1px;background-image:linear-gradient(90deg,hsla(0,0%,67%,0),#ababab,hsla(0,0%,67%,0))}.shake{display:inline-block;animation:smoothShake 12s ease-in-out infinite}@keyframes smoothShake{0%{transform:translate(0)}2%{transform:translate(-5px)}4%{transform:translate(5px)}6%{transform:translate(-5px)}8%{transform:translate(5px)}10%{transform:translate(0)}to{transform:translate(0)}}.scale{transition:transform .2s}.scale:hover{transform:scale(1.05)}.scale-in-center{animation:scale-in-center 1s cubic-bezier(.25,.46,.45,.94) both}@keyframes scale-in-center{0%{transform:scale(0);opacity:1}to{transform:scale(1);opacity:1}}.pulse{opacity:0;animation:fadeInPulse 2.5s ease-in-out infinite 1s}@keyframes fadeInPulse{0%{opacity:0}50%{opacity:1}to{opacity:0}}.flex{display:flex}.flex-column{flex-direction:column}.flex-row{flex-direction:row}.justify-content-start{justify-content:flex-start}.justify-content-end{justify-content:flex-end}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.justify-content-around{justify-content:space-around}.justify-content-evenly{justify-content:space-evenly}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.align-items-center{align-items:center}.align-self-start{align-self:flex-start}.align-self-end{align-self:flex-end}.align-self-center{align-self:center}
