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