html, body {
    margin: 0;
    min-height: 100vh;
    overscroll-behavior: none;
    background-color: #1a1c13; /* Fallback for smooth overscroll transitions */
    background-image: url("../assets/bg-7.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

body {
    padding-bottom: 0;
}

