.lity {
  background: rgba(0, 0, 0, 0.4);
}

#toTop {
  width: 40px;
  background-color: #80a4c2;
  /* background-color: rgb(2 74 134 / 0.5); */
  background-image: url("/site-icons/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: contain; */
  border-radius: 4px;
  text-align: center;
  padding: 5px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  cursor: pointer;
  display: none;
  color: white;
  font-family: verdana;
  font-size: 11px;
  height: 40px;
  transition: all ease 0.5s;
  z-index: 10000;
}

#toTop:hover {
  background-color: #024a86;
}
