.footer__copyright {
    text-align: center;
}

.footer__copyright a {
    color: #6a6d6f;
    text-decoration: underline;
}

@media screen and (min-width: 1280px) {
    .footer__copyright {
        text-align: end;
    }
}