body
{
    color: #5b5b5b;
}

.page-title
{
    padding-bottom: var(--extra-space-between);
    margin-bottom: var(--extra-space-between);
    border-bottom: 1px solid #eaecef;
}

h1
{
    font-size: 30px;
}
h2
{
    font-size: 25px;
    margin-bottom: .2rem;
}
