body {
    color: #000000;
}

#content div {
    margin-top: 100px;
    margin-bottom: 50px;
}

#content h1 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 30px;
    border-left: 10px solid gray;
    padding-left: 7px;
}

#content h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 26px;
}

#content h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    background-color: aqua;
    padding: 8px;
}

#content h4,h5 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    padding: 8px;
    border-bottom:1px solid black;
}

#content li {
    margin-top: 20px;
    margin-bottom: 20px;
}

#csv-table td {
    font-size: 15px;
}