#rainbownote-logo.rainbownote-logo {
    align-items: center;
    display: inline-flex;
    font-size: clamp(1.5rem, 2vw, 2rem);
    justify-content: center;
    letter-spacing: normal;
    margin: 0 auto;
    min-width: max-content;
    text-align: center;
    white-space: nowrap;
}

#rainbownote-logo.rainbownote-logo > span {
    display: inline-block;
    font-size: inherit !important;
    letter-spacing: normal !important;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex: 1 0 auto;
    text-align: center;
}

.hidden {
    display: none !important;
}
