/* html/site/css/style.css */
html {
    scroll-behavior: smooth;
}

.card-transition {
    transition: all 0.3s ease;
}

.card-hidden {
    display: none;
}