#back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  display: none;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background-color: #eeae8b;
  color: #f9f9f9;
  font-size: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#back-to-top:hover {
  background-color: #e78f5f;
  transform: scale(1.1);
}
#back-to-top:active {
  transform: scale(0.95);
}/*# sourceMappingURL=bttp.css.map */