* {
  padding: 0;
  margin: 0;
  position: relative;
}

::selection {
  color: none;
  background: #F7CE74;
}

/* For Mozilla Firefox */
::-moz-selection {
  color: none;
  background: none;
}

html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  width: 100%;
  height: 100%;
}

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