#scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 64px;
  height: 64px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(0,0,0,.5);
  color: #fff;
  padding-top: 17px;
}

