*,
*::before,
*::after {
    transition-property: background-color;
    transition-duration: .2s;
    transition-timing-function: ease;
}