@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}.fadeIn{animation-name:fadeIn}