body {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    padding-top:4rem;
    font-family: 'Poppins', sans-serif;

  }
  
html, body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}