h2 {
    font-size: inherit;
    margin: 0;
    color: #535c68;
    font-weight: 400;
}

small {
    font-size: smaller;
    color: #888;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-nowrap {
    white-space: nowrap;
}