body {
  height: auto !important;
  font-family: dana, serif !important;
  direction: rtl;
}

html,
 body {
  margin: 0 !important;
  width: calc(100% - 1px) !important;
}

/* Let's get this party started */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #a0a0a0;
  -webkit-box-shadow: inset 0 0 6px rgba(160, 160, 160, 1);
}
