html,body,#root{width:100%;height:100%;margin:0}body{font-family:Poppins,sans-serif}.page{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.content{flex-direction:column;align-items:center;gap:24px;display:flex}.loader{transform:scale(1.6)}.gradient-text{background:linear-gradient(90deg,#32cd32 0%,#327fcd 25%,#cd32cd 50%,#cd8032 75%,#32cd32 100%) 0%/600% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:2.5rem;font-weight:800;animation:9s linear infinite gradientMove}@keyframes gradientMove{0%{background-position:0%}to{background-position:100%}}
