html {
    
    margin: 0;
}


body {
    font-family: 'Inter', sans-serif;
    background: linear-gradient(to bottom, #e3e1d9, #d6d4c3, #c8c6b8, #b8b6a6);
    background-attachment: fixed;
    background-size: cover;
    scroll-behavior: smooth;
    
    margin: 0;
}
.backdrop-filter {
    backdrop-filter: blur(10px);
}