*,
*::before,
*::after {
  box-sizing: border-box;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: black;
}

body,
:where(blockquote, figure):where([class]) {
  margin: 0;
}

:where(h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl):where([class]) {
  margin-block: 0;
}

:where(ul[class]) {
  list-style: none;
}

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

a {
  text-decoration: none;
}

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

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  line-height: 1.5;
}

body {
  margin: 0px;
  padding: 0px;
  min-height: 100vh;
}
body * {
  font-family: "Montserrat", sans-serif;
}/*# sourceMappingURL=style.css.map */