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

.show{
    opacity: 1;
}
