.boot{

    animation:fadeBoot .6s;

}

@keyframes fadeBoot{

    from{

        opacity:0;

    }

    to{

        opacity:1;

    }

}