:root{
    
}
body, .new-app{
    background-color: #171717;
}
body > *{
    user-select: none; /* Standard syntax */
    -webkit-user-select: none;
    -ms-user-select: none; /* IE 10 and IE 11 */
}
.topnav{
    background-color:#0a0a0a;
}
.topnav a{
    color:#cacaca;
}
.new-content{
    background-color: rgb(19, 19, 19);
}
.new-content-header-menu{
    background-color: #343434;
}
.new-content-header-menu a.active{
    background-color: #000000;
}
.new-content-menu{
    background-color: #131313;
}
.topnav .login-container button{
    background-color: #d0bdaa;
    border-radius: 5px;
}
.saved-room{
    background-color: rgb(0, 0, 0);
}
.newGUI{
    /* background-color: #000000; */
    top: 70px;
    padding-top: 0px;
    /* max-height: 90%; */
    max-height: 95vh;
    width: 350px; /* LETS EVENTUALLY MAKE THIS USER DEFINABLE */
    border-radius: 5px;
}
/* .newGUI h2{
    background-color: #000000;
} */
.gui-container{
    background-color: #101010;
    border: 1px solid #424242;
    /* justify-content: center;  */

    background-color: #f8f8f8;
    border: 1px solid rgba(209, 209, 209, 0.34);
}

/* .modal-content{
    border: 1px solid #1a1a1a;
    background-color: #0f0f0f;
}
.modal-header, .modal-footer{
    background-color: #050505;
} */

.home-menu-item{
    filter: contrast(0.1);
}
body{
    background-color: #101010;
}