html,
body {
  margin: 0 auto;
  cursor: default;
  scroll-behavior: smooth;
}

img{
  -webkit-user-drag: none !important;
}

::selection {
  background-color: #C52F38 !important;
  color: white !important;
}

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

::-webkit-scrollbar-track {
  width: 4px;
  background-color: #000000;
}

::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 99px;
  background-color: #C52F38;
}

.swiper-button-prev, .swiper-button-next{
    color: #C52F38 !important;
}