body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

h1 {
    margin-bottom: 20px;
}

#workspaceCheckboxes {
    margin-bottom: 20px;
}

.notification-card {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.notification-card a {
    text-decoration: none;
    color: #0366d6;
}

.notification-card a:hover {
    text-decoration: underline;
}
