.back-to-top {
  position: fixed;
  bottom: -60px;
  right: 20px;
  background-color: rgba(37,2,30,0.85);
  color: #fff;
  padding: 8px 17px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s, bottom 0.3s;
}

.back-to-top:hover {
  background-color: #000000;
}

