#languageLinkContainer{
    display: flex;
    flex-direction: row;
}

.languageLinkSeparator{
    padding-left: 5px;
    padding-right: 5px;
}

.languageLink{
    user-select: none;
}

.inactiveLanguageLink{
    pointer-events: none;
}

.logo{
    width: 100%;
    height: 100%;
}