.notification {
    position: fixed;
    top: 15px;
    right: 1rem;
    background-color: #dce1eb;
    padding: 15px 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    display: none; /* Hidden by default */
    z-index: 1000;
    max-width: 300px;
    width: 100%;
    text-align: center;
}
