html * {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

html {
  min-width: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body {
  width: 100%;
  max-width: 1920px;
  position: relative;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.scroll-anchor {
  position: fixed;
  bottom: -60px;
  right: -60px;
  border-radius: 25px;
}

.scroll-anchor:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  cursor: pointer;
}

.no-overflow {
  overflow-y: hidden;
}

button {
  cursor: pointer;
}
/*# sourceMappingURL=defaults.css.map */