#notification-container {
    text-align: center;
    padding: 20px;
}

#notification-status {
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: var(--text-light);
}

#enable-notifications {
    background: var(--secondary-color);
    /* margin-right: 10px; */
}

#enable-notifications:hover {
    background: #5568d3;
}

#test-notification {
    background: #FF9800;
    margin-left: 10px;
}

#test-notification:hover {
    background: #F57C00;
}
