body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.single-heading {
    margin-bottom: 30pt;
    margin-top: 30pt;
}

.container {
    color: #000;
}

ul {
    padding-left: 10pt;
}

h2 {
    color: #1D76D0;
    font-weight: 700;
}

h3 {
    font-weight: 400;
}

.expandable {
    cursor: pointer;
}