* {
  padding: 0;
  margin: 0;
  border: none;
  box-sizing: border-box;
}

html, body {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  background-color: rgb(255, 222, 197);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

main {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
}/*# sourceMappingURL=index.css.map */