@charset "utf-8";

.copyrights {
  text-align: center;
  margin: 0;
  font-size: 1.1rem;
  pointer-events: none;
}

@media screen and (min-width: 900px){
  .copyrights {
    opacity: .3;
  }
}