blockquote,
body,
dd,
dir,
dl,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
menu,
ol,
optgroup,
p,
pre,
tbody,
td,
textarea,
tfoot,
th,
thead,
ul {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style-type: none;
  list-style-image: none;
}

a {
  text-decoration: none;
}

a:active {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0 none;
}
input,
button,
textarea,
select {
  font: inherit;
  background: none;
  border: none;
  outline: none;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

*::-webkit-scrollbar {
  height: 4px;
  width: 6px;
}
*::-webkit-scrollbar-thumb {
  background: rgb(88, 88, 88);
  border-radius: 4px;
  height: 4px;
  width: 6px;
}
*::-webkit-scrollbar-track {
  background: rgb(33, 33, 33);
  height: 4px;
  width: 6px;
}