.sticky-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #6f42c1;
  color: white;
  text-align: center;
  padding: 10px 0;
  z-index: 1000;
  font-weight: bold;
}

.scroll-up {
    bottom: 70px;
}
