* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
::before,
::after {
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
ul li,
ol li {
  list-style: none;
}
:focus {
  outline: 0;
}
a {
  display: inline-block;
  width: fit-content;
  height: fit-content;
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
video,
img {
  width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}
.row {
  margin: 0;
}
.card {
  padding: 0;
  margin: 0;
  border: 1px solid #000;
}
.btn {
  padding: 5px 10px;
  margin: 0;
  border: 1px solid #000;
  border-radius: 0;
}
input,
textarea {
  width: 100%;
  border: 1px solid #000;
  padding: 5px;
}
html::-webkit-scrollbar {
  width: 5px;
}

html::-webkit-scrollbar-track {
  background: #f1f1f1;
}

html::-webkit-scrollbar-thumb {
  background: var(--red);
}

html::-webkit-scrollbar-thumb:hover {
  background: var(--gray);
}
