.text-size-controls {
    text-align: center;
    margin-bottom: 10px;
}
.text-size {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin: 0 5px;
    color: white !important;
}
.text-size:hover {
    text-decoration: underline;
}
.font-small {
    font-size: 14px !important;
}
.font-medium {
    font-size: 18px !important;
}
.font-large {
    font-size: 22px !important;
}
