.notification-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    z-index: 9999;
}
.notification {
    background-color: #333;
    margin: 10px 0;
    padding: 15px;
    text-align: center;
}
.notification a {
    color: #fff;
    text-decoration: none;
}