
.animated{animation-duration:1s;animation-fill-mode:both}
.fadeIn {
    animation-name: fadeIn
}
.slideInDown {
    animation-name: slideInDown
}