* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

main {
  display: block;
}

a,
a:hover {
  text-decoration: none;
}

a{
  color:#000;
}

li {
  list-style-type: none;
}
img {
  border-style: none;
  width: 100%;
}

.cover{
width: 100%;
height: 100%;
object-fit: cover;
}

.h100{
  height: 100%;
}

::-webkit-scrollbar{width:15px}
::-webkit-scrollbar-track{background:#f1f1f1}
::-webkit-scrollbar-thumb{background:#333}
::-webkit-scrollbar-thumb:hover{background:#000}
