* {
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar { 
    display: none; 
  }
  

html {
    scroll-behavior: smooth;
}


