

.welcome {
    transition-property: all;
    transition-duration: .5s;
    transition-delay: 1s;
}

.hide {
    opacity: 0;
}