@keyframes float {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-6px); }
    }
  html {
    scroll-behavior: smooth;
}