html {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.s-8f2c9a1b {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.s-8f2c9a1b:hover {
    transform: translateY(-2px);
}


