#kc-header-wrapper {
    text-transform: none;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;

    color: #000 !important; /* !important because Keycloak itself also uses !important */
    font-weight: bold;
}

#kc-header-wrapper img {
    height: 1.9em;
}

#keycloak-bg {
    background: #f9f9f9;
}
