.copyright {
  background: #000;
  color: #fff;
  padding: 15px 0;
  font-size: 14px;
}

#top {
  display: inline-block;
  background-color: #bd15aa;
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  bottom: 60px;
  right: 60px;
  z-index: 9;
  cursor: pointer;
}
#top svg {
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#top svg path {
  fill: #fff;
}/*# sourceMappingURL=footer.min.css.map */