.arrow-up {
  position: fixed;
  right: 20px;
  background-image: url("/src/img/icons/arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 9999;
  transition: bottom 0.3s ease-out;
  background-color: #ececec;
  border-radius: 14px;
  cursor: pointer;
}