.home {
    background-image: url("/public//background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

* {
    scroll-behavior: smooth;
    scrollbar-width: 0px;
    
}

*::-webkit-scrollbar {
    display: none;
}