.loader {
  position: fixed;
  width: 100vw;
  height: 200vh;
  pointer-events: none;
  background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
  z-index: 100;
  visibility: hidden;
  /*opacity: 20;*/
}

.is-transitioning {
  pointer-events: none;
  cursor: progress;
}

#goTopButton {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 28px;
  font-size: 18px;
}

