#large-menu-language-button {
    color: rgb(254, 206, 26);
    display: inline-block;
    padding-top: 7px;
    cursor: pointer;
}

#large-menu-language-button:hover {
    text-decoration: underline;
}

#language-switch {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .85);
    display: none;
}

#language-switch > div {
    margin-top: 150px;
    text-align: center;
}

#language-switch > div > a {
    cursor: pointer;
    margin: 50px;
    font-size: 2em;
    color: white;
}

#language-switch > div > a:hover {
    color: rgb(254, 206, 26);
}