.hidden{
opacity: 0;
transition: all 2s;
}

.show{
    opacity: 1;
}