html{
  scroll-behavior:smooth;
}

body{
  overflow-x:hidden;
}

::-webkit-scrollbar{
  width:10px;
}

::-webkit-scrollbar-thumb{
  background:#dc2626;
  border-radius:20px;
}

::-webkit-scrollbar-track{
  background:#050505;
}

