html {
    scrollbar-width: none;
    scroll-behavior: smooth;
}

body {
    width: 100vw;
    height: 100vh;
    margin: auto;
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    -ms-overflow-style: none;
    background-color: #f4f4f4;
}