.go-top {
  bottom: 20px;
  z-index: 99;
  right: 20px;
  width: 45px;
  height: 45px;
  position: fixed;
  cursor: pointer;
  font-size: 27px;
  text-align: center;
  border-radius: 50%;
  color: var(--whiteColor);
  transition: var(--transition);
  background: var(--gradientColor);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top i {
  left: 0;
  top: 50%;
  right: 0;
  position: absolute;
  text-align: center;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
} /*# sourceMappingURL=styles.css.map */
