footer {
    height: 32px;
    background-color: var(--footer-background);
    display: flex;
    align-items: center;
    justify-content: center;

    p {
        color: var(--text-color-light);
        font-size: 16px;

        a {
            text-decoration: none;
            color: var(--text-color-light)
        }
    }
}