.notification-bar__message a {
    opacity:1; 
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.notification-bar__message a:hover {
    opacity: 0.6; 
}
.notification-bar p{
    line-height: 1.5; 
    font-weight: 500; 
    letter-spacing: 0.1em;
}