#scrollToTop {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 3000;
}

.scroll {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: #331733;
  background: rgba(63, 23, 52, 0.9);
  border: thin solid white;
  padding: 15px;
  text-align: center;
  margin: 0 0 0 0;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.scroll:hover {
  background: #3f1833;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.scroll:hover .fa {
  padding-top: -10px;
  top: 5px;
}

.scroll .fa {
  font-size: 30px;
  margin-top: -5px;
  margin-left: 1px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  color: #fff;
}

/*# sourceMappingURL=ScrollToTop.css.map */
