    body {
      font-family: 'Montserrat', sans-serif;
      overflow-x: hidden;
    }

    html {
      scroll-behavior: smooth;
    }

    .no-scrollbar::-webkit-scrollbar {
      display: none;
    }

    .no-scrollbar {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }