@font-face {
        font-family: "CRR";
        src: url(https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/CookieRun-Regular.woff);
      }
html {
    cursor:url("/images/../clownCursor.png");
}
 .mainCont {
    display:inline-block;
    overflow-y:scroll;
    scrollbar-width:none;
}

}
.mainCont::-webkit-scrollbar {
    display:none;
}
.sideBar {
    padding:10px;
    background-color:#262b33;
    display:inline-block;
    height:450px;
}
.sideBar div {
    display:grid;
    width:100px;
    background-color:#262b33;
    /*padding:10px;*/
}
.themeSwitch button {
    font-size:10px;
}
.themesTitle {
    margin:0px;
    text-align:center;
    color:#9bafcf;
}
.sideBar button {
        margin:0;
    color:#808ea6;
    background-color:#495870;
    border:1px solid black;
}

.sideBar button:hover {
        color:#4c5463;
    background-color:#9bafcf;
    transition: 0.3s ease-out;
}
.mainCont {
    background-color:#495870;
    display:inline-block;
    width:675px;
    height:470px;
    vertical-align:top;
    font-family: "CRR";
    
}

.banner img {
    margin:auto;
}
.divider{
    height:5px;
    width:500px;
    /*background-image:url("https://codehs.com/uploads/a8f29a39cd3375a94ef5cb1063143ba5");*/
    background-color:#262b33;
    margin-top:20px;
    margin:10px auto;
}
.disabled {
    pointer-events:none;
    opacity:0.7;
}
.mainPfp, .backPfp {
    width:85px;
}
.mainPfp, .textMain, .backPfp, .textBack  {
    display:inline-block;
    vertical-align: top;
}

.serverMain, .serverBack {
    margin: 0px 0px;
}
.usernameMain, .usernameBack {
    margin-bottom: 0px;
}
.crkProfiles, .jellyClicker {
    /*display:block;*/
}
.row1CRK {
    margin:auto;
    display: flex;
}
.crkProfiles {
    /*height:100px;
    overflow-y: scroll;*/

}
#row1 .CRKprofiles, #row1 .favCookies, #row1 .jellyClicker {
    text-align:center;
    margin:auto auto;
    margin-top: 29.4px;
}
.crkBack, .crkMain {
    padding-right:5px;
    background-color:#2f3a4a;
    color:#808ea6;
}

.favCookies {
    vertical-align: baseline;
    background-color:#2f3a4a;
}

.favCookiesH4 {
    margin:0;
    color: #808ea6;
}