@media (prefers-reduced-motion: reduce){
  *{scroll-behavior:auto!important}
}

:focus-visible{outline:none}

input[type="range"]{
  height: 34px;
}

input[type="range"]::-webkit-slider-thumb{
  width: 20px;
  height: 20px;
}

input[type="range"]::-moz-range-thumb{
  width: 20px;
  height: 20px;
}

html,body{height:100%}

body{overflow-x:hidden}
