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

ul[class],
ol[class] {
  padding: 0;
}

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

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  background-color: #E1D4C9;
}

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

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

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

article>*+* {
  margin-top: 1em;
}

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

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

a {
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #403F3D;
  letter-spacing: 0.8px;
}

p, h2{
  font-family: 'Inter', sans-serif;
  
}

* {
  outline: 0 !important;
}

button,
button:active,
button:focus {
  border: none;
  outline: none;
  font-style: normal;
font-weight: 600;
line-height: 150%;
font-family: 'Inter', sans-serif;
cursor: pointer;
}


.container{
  position: relative;
  min-height: 100%;
  max-width: 1440px;
  margin: auto;
  overflow-x: hidden;
}
main{
  padding-bottom: 500px;
}
footer{
  position: absolute;
  left: 0;
  bottom: 150px;
  width: 100%;
  height: 450px;
}
