.scroll-to-top {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #313437;
  color: white;
  font-weight: bold;
  font-size: 30px;
  z-index: 100;
}

