.tax-checklist {
    width: 75%;
    height: 70vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-left: 5px;
}

.tax-checklist-header {
    font-size: 1.75rem;
    margin-bottom: 15px;
}

.tax-checklist-summary {
    font-size: 1rem;
    margin-bottom: 10px;
}

.tax-checklist-link {
    cursor: pointer;
}

