html {
  scroll-behavior: smooth;
}

#scroll-to-top {
  background-color: rgba(0,0,0);
  width: 44px;
  height: 44px;
  position: fixed;
  bottom: 0;
  right: 0px;
  /*box-shadow: 0 0 10px rgba(0,0,0,0.2);*/
  text-align: center;
}

#scroll-to-top i {
  color: #fff;
  font-size: 22px;
  line-height: 44px;
}

