﻿.accordion {
    font-family: 'AVANTGA', 'Simsun';
}

.customHeader {
    background-color: #007a33;
}

    .customHeader h3 {
        color: white;
    }

.card-body-content span {
    color: black;
}

.card-body {
    border-bottom: 1px solid lightgray;
}
