.static-content {
    padding: 30px;
    background-color: white;
    min-height: 700px;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.7;
    font-size: 16px;
}

.heading {
    padding-bottom: 10px;
    font-size: x-large;
    font-weight: bold;
}

.sub-heading {
    padding-top: 10px;
    font-size: large;
    font-weight: bold;
}

.table th{
    padding: 10px;
}

.table td{
    padding: 0px 10px;
}