html {
    --scroll-behavior: smooth !important;
    scroll-behavior: smooth !important;
    scrollbar-gutter: stable both-edges;
}

.body-bg {
    background-image: url('https://tryumf.eu/wp-content/uploads/2023/09/tryumf-background-3-scaled.webp');
    background-size: contain;
    background-repeat: repeat;
    background-position: center center;
}

