.topmenu {
    background-color: rgb(41, 41, 41);
    opacity: 1;
    z-index: 10;
    padding: 0.5em;
    display: flex;
    justify-items: center;
}

.topmenu > .navbar-left {
    display: flex;
    float: left;
    align-items: center;
    flex: auto;
}

.navbar-left > .nav-li {
    list-style: none;
    display: grid;
    padding-inline: 1em;
    justify-items: center;
}

.logo {
    height: 4em;
    width: 4em;
    background: url(../images/homeIcon.png);
}

.TeamSpeak {
    background: url(../images/settings.png);
}

.navbar-right-in {
    display: flex;
    float: right;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.navbar-right-out {
    display: flex;
    float: right;
    align-items: center;
    justify-content: center;
}

.navbar-right-in > .nav-li {
    list-style: none;
    display: grid;
    padding-inline: 1em;
    justify-items: center;
}

.navbar-right-out > .nav-li {
    list-style: none;
    display: grid;
    padding-inline: 1em;
    justify-items: center;
}

.logout {
    font-size: 20px;
}

.nav-li > .page-logo {
    height: 2em;
    width: 2em;
}

.nav-li > .menu-item-logo {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}

.nav-li > .menu-item-text {
    display: block;
    text-decoration: none;
    font-size: 20px;
    color: black;
    padding-top: 0.25em;
}

.loginbutton {
    height: 1.5em;
    width: 1.5em;
    background: url(../images/loginIcon.png);
}

.settingbutton {
    height: 1.5em;
    width: 1.5em;
    background: url(../images/settings.png);
}

.login {
    font-size: 20px ;
}

.logoutbutton {
    height: 1.5em;
    width: 1.5em;
    background: url(../images/logout.png);
}


body {
    margin: unset;
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

html {
    height: 100%;
}

.mainbody {

}

.mainbody >.maincontext {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainbody > .maincontext > .background_image {
    opacity: 1;
    width: 25em;
    height: 25em;
    background-repeat: no-repeat;
}

.mainbody > .maincontext > .anonymMessage {
    position: relative;
    display: flex;
}

