#scroll-to-top {
  position: fixed;
  bottom: 25px;
  right: 30px;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 50%;
  background-color: rgb(38,26,19);
  color: #fff;
  padding-top: 7px;
}

