* {
  margin: 0;
  padding: 0;
}

 
body {
  height: 100%;
  width: 100%;
  background-color: #f1f1f8;
}

body {
  /* color: white; */
  z-index: 200;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;

  display: flex;
  justify-content: center;
  align-items: center;
  & nav{
     
  }
  & > *{
    max-width: 2500px;
  }
  scroll-behavior: smooth;

 }

 *,html {
  scroll-behavior: smooth;
}
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  scroll-behavior: smooth;
    display: none;
    MsOverflowStyle: none;  /* IE and Edge */
  scrollbarWidth: none;  /* Firefox */
}
