@media not (prefers-contrast: no-preference) {
    footer {
        background-color: black;
        color: white
    }
    .link-name {
        background-color: black;
        color: white;
        padding: 1ch;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important;
    }
    *::before {
        transition: none !important;
    }
}
