html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  margin: 0;
  width: 100%;
  position: relative;
  font-size: 1.125rem;
  font-weight: 400;
  background-color: white;
}

* {
  box-sizing: border-box;
}

ul {
  padding: 0;
  list-style: none;
}

address {
  font-style: normal;
}

a {
  text-decoration: none;
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

p {
  margin: 0;
  line-height: 160%;
}

@media (min-width: 883px) {
  .section-wrapper {
    display: flex;
    flex-direction: column;
  }
}
main {
  min-height: 100vh;
}

button {
  font-family: "montserrat";
}

.button--secondary {
  transition: background-color 0.2s;
}

.button--secondary:hover {
  background-color: #edebe8;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.outer-wrapper {
  display: flex;
  justify-content: center;
}

/*# sourceMappingURL=general.css.map */
