﻿p, h1, h2, h3, h4, h5, span, a, li {
    /*opacity: 0;
    scale: 0;
    translate: 0 110%;
    transition: 600ms ease;*/
    animation: fadeIn; /* referring directly to the animation's @keyframe declaration in animate.min.css */
    animation-duration: 1s; /* don't forget to set a duration! */
}
