@import "./../variable.scss";

.hx-copyright {
  font-size: $font-md;
  color: white;
  position: fixed;
  bottom: $pm-lg;
  left: 50%;
  display: block;
  max-width: 50%;
  text-align: center;
  transform: translateX(-50%);
  a {
    color: white;
    &:link {
      color: white;
    }
    &:hover {
      color: $color-main;
    }
  }
}

@media screen and (max-width: 640px) {
  .hx-copyright {
    width: 100%;
    padding: 0 $pm-md;
    bottom: $pm-md;
  }
}
