body, html {
  height: 100%;
  margin: 0;
}

.parallax {
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jack-image {
  background-image: url("https://cinemagavia.es/wp-content/uploads/2020/04/Samurai-Jack.1.jpg");
}

.bebop {
  background-image: url("https://media.revistagq.com/photos/60c0cbddea95b3cb11bfb2e0/master/pass/cowboy%20bebop.jpeg");
}

.sin-city {
  background-image: url("https://media.revistagq.com/photos/60c0cbddea95b3cb11bfb2e0/master/pass/cowboy%20bebop.jpeg");
}

.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 */