.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  border-color: rgba(0, 0, 0, 0.4);
}