body {
    background-color: #f8f9fa;
}

#notificationList {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 1rem;
    max-height: 400px;
    overflow-y: auto;
}
