.custom-scroll-down{position:absolute;bottom:50px;left:50%;transform:translateX(-50%);width:60px;height:60px;background:white;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#216798;text-decoration:none;box-shadow:0 10px 25px rgba(0,0,0,0.15);animation:bounce 2s infinite;z-index:10}.custom-scroll-down svg{width:26px;height:26px}html{scroll-behavior:smooth}@keyframes bounce{0%,20%,50%,80%,100%{transform:translate(-50%,0)}40%{transform:translate(-50%,8px)}60%{transform:translate(-50%,4px)}}