.section {
    background-color: #4C516D;

}


.notification {
    transition: opacity 0.3s ease;
}

.notification.fade-out {
    opacity: 0;
}