body {
    background-color: white;
}

.logo {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin: 10px;
}
.logo img {
    height: 50px;
    width: 50px;
}

.mainhost {
    font-weight: bold;
}
.mainhost a {
    color: inherit;
    text-decoration: none;
}

.status-badge {
    font-size: 60%;
    vertical-align: middle;
}

.status-badge-l {
    vertical-align: middle;
}

.icon-red {
    color: #dc3545;
}
.icon-green {
    color: #198754;
}

.subtitle-buttons {
    margin-bottom: 10px;
}

.faq-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}
.faq-question {
    font-weight: bold;
    margin-bottom: 1rem;
}
.faq-answer {

}