@import "landing.css";
@import "header.css";
@import "category.css";
@import "home.css";
@import "footer.css";

body{
    margin: 0;
    scroll-behavior: smooth;
}

html{
    scroll-behavior: smooth;
}
@media only screen and (max-width: 600px) {
    body {
        width: 100%;
    }
}
