/* General Smooth Transitions */
        body,
        div,
        nav,
        section,
        footer,
        button,
        a,
        span,
        i,
        h1,
        h2,
        h3,
        p,
        input,
        select,
        label,
        li {
            transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
        }