.container-center-text{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;width:100vw}.container-center-text h1{font-family:Inter,sans-serif;font-size:1.2rem;font-weight:400;max-width:50%;color:#333;text-align:center;margin-bottom:2rem}.container-center-text span{opacity:.4}.container-center-text strong{opacity:1;color:orange}.arrow-pointer{position:fixed;bottom:120px;right:120px;z-index:1000;pointer-events:none}.arrow{color:orange;animation:bounce 2s infinite;transform-origin:center;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.3))}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) scale(1)}40%{transform:translateY(-10px) scale(1.1)}60%{transform:translateY(-5px) scale(1.05)}}@media (max-width: 768px){.arrow-pointer{bottom:100px;right:100px}.arrow{width:40px;height:40px}}@media (max-width: 480px){.arrow-pointer{bottom:80px;right:80px}.arrow{width:32px;height:32px}}
