*,
*::before,
*::after {
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;;
}

body::-webkit-scrollbar{
  background-color: rgb(233, 233, 233);
  width: 13px;
}

body::-webkit-scrollbar-thumb{
  background-color:  #c0c0c0;
}

main{
  overflow: hidden;
}

body{
  overflow-x: hidden;
}

ul,
ol{
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

html{
  scroll-behavior: smooth;
}

body{
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul[class],
ol[class] {
  list-style: none;
}


a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}
