.checklist {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 0 auto;
}

.checklist table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.checklist table th,
.checklist table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.checklist table th {
    background-color: #f4f4f4;
}

.checklist progress {
    width: 100%;
    height: 20px;
    margin: 10px 0;
}

.export-button {
    margin-top: 20px;
    padding: 10px 15px;
    font-size: 16px;
    color: #fff;
    background-color: #0073aa;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.export-button:hover {
    background-color: #005f8a;
}
