html {
  scroll-behavior: smooth;
}

section {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

div {
  height: 70vh;
  width: 100vw;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

a {
  height: 20px;
  width: 20px;
  border: 2px solid #000;
}

div:nth-child(1), div a:nth-child(1) {
  background-color: red;
}

div:nth-child(2), div a:nth-child(2) {
  background-color: orangered;
}

div:nth-child(3), div a:nth-child(3) {
  background-color: orange;
}

div:nth-child(4), div a:nth-child(4) {
  background-color: yellow;
}

div:nth-child(5), div a:nth-child(5) {
  background-color: yellowgreen;
}

.back-anchor {
  position: fixed;
  top: 0;
  right: 0;
  height: 10vh;
  width: 10vh;
  color: yellow;
  background-color: black;
  border: 4px solid darkred;
  border-radius: 50%;
  margin: 2vh;
  z-index: 2;
  text-align: center;
  text-decoration-color: red;
  font-size: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}/*# sourceMappingURL=style.css.map */