body {
  color: #272343;
}

#page-top {
  bottom: 20px;
  right: 20px;
  font-size: 1.5rem;
  line-height: 1;
  position: fixed;
  z-index: 99;
}
#page-top a {
  background: #e65b20;
  border-radius: 90px;
  color: #fff;
  display: block;
  opacity: 0.9;
  padding: 16px 5px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 60px;
}
#page-top a :hover {
  opacity: 0.5;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */