body {
    font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
}
div.row.red {
    background: #ff8a00;
    color: white;
}
.vcenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 120px;
}
img.linked-logo {
    opacity: 0.5;
}
img.linked-logo:hover {
    opacity: 1;
}
a, a:hover, a:visited {
    color: #ff8a00;
    text-decoration: none;
}
.word-cloud {
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 10px;
    fill: #5a5a5a;
    display: block;
    margin: auto;
}

.word-cloud text.medium {
    font-size: 10px;
}
.word-cloud text.large {
    font-size: 12px;
    fill: #ff8a00;
}
.word-cloud text.xlarge {
    font-size: 14px;
    font-weight: bold;
    fill: #ff8a00;
}
.word-cloud text.x2large {
    font-size: 18px;
    font-weight: bold;
    fill: #ff8a00;
}