body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}

.mwmc {
    max-width: max-content;
}

ul.language-chooser {
    display: flex;
    list-style: none;
    text-transform: uppercase;
}

ul.language-chooser > li + li {
    margin-left: 8px;
}

.vh100 {
    height: 100vh;
}

