.fade-out {
    transition: opacity 1s ease;
    opacity: 0;
}
