ul,
ol,
dl,
dt,
dd,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img {
    padding: 0;
    margin: 0;
    list-style: none;
    border: none;
}

a {
    text-decoration: none;
}

input,
button,
textarea,
select {
    outline: none;
}

i,
em,
u {
    font-style: normal;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(90, 118, 205, 0.5);
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}


body,html{
    overflow-x: hidden;
    margin: 0 auto;
    user-select: none;
    scroll-behavior: smooth;
}
