footer {
  margin-top: 50px;
}
footer .copy-right {
  text-align: center;
  background: #3C7FB7;
  padding: 10px;
}
footer p {
  color: white;
}

#page-top {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #F6F6F6;
  min-width: 80px;
  min-height: 80px;
  line-height: 80px;
  text-align: center;
  bottom: 2%;
  right: 2%;
  cursor: pointer;
}
#page-top:hover {
  opacity: 0.7;
}
#page-top i {
  color: #3C7FB7;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}/*# sourceMappingURL=footer.css.map */