body {
    background: linear-gradient(120deg, #3E4E88, #45859e) !important;
}

#game_content {
    height: 100vh;
}

#transition_frame {
    height: 100vh;
}

#home_logo {
    top: 5vh;
}

#solo_mode {
    position: fixed;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    
}

#menu_selection {
    position: relative;
    top: 25vh;
}

.center_modal_content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#transition_frame {
    position: absolute;
    background: rgb(40, 40, 60);
    width: 100vw;
    height: 100vh;
    bottom: 0;
    right: 0;
    z-index: 100;
}

.ui.grid {
    margin: 0 !important;
}


#fullscreen_ico {
    position: absolute;
    top: 3vh;
    right: 3vw;
    z-index: 10;
    color: #fbbd08;
}

#show_score_ico {
    position: absolute;
    top: 3vh;
    left: 3vw;
    z-index: 10;
    color: #fbbd08;
}

body.pushable>.pusher {
    background: unset;
}

.sc{
    font-variant: all-small-caps;
}

.member
{
    /*border: 1px solid #fbbd08;
    border-radius: 10px;
    box-shadow: 0 0 8px #fbbd08;*/
    padding: 0px !important;
    /*border-radius: 50px;
    background: lightgoldenrodyellow;*/
}