@font-face {
    font-family: BalooPaaji2ExtraBold;
    src: url("./resources/BalooPaaji2-VariableFont_wght.ttf") format("opentype");
}

body {
    overflow: hidden;
    height: 100%;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
}

body {
    font-family: BalooPaaji2ExtraBold;
    font-size: 14px;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#friends {
    font-family: BalooPaaji2ExtraBold;
    position: relative;
    top: 5px;
    margin: 2.65px;
    width: 100px;
    height: 30px;
    font-style: bold;
    box-sizing: border-box;
    font-size: larger;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #4f86bd;
    /*background: #A9D86D;*/
    border: 0;
    border-bottom: 2px solid #336699;
    /*border-bottom: 2px solid #8ABC3F;*/
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #336699;
    /*-webkit-box-shadow: inset 0 -2px #8ABC3F;*/
    box-shadow: inset 0 -2px #336699;
    /*box-shadow: inset 0 -2px #8ABC3F;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-style: bold;
}

#guild {
    font-family: BalooPaaji2ExtraBold;
    position: relative;
    top: 5px;
    margin: 2.65px;
    width: 100px;
    height: 30px;
    font-style: bold;
    box-sizing: border-box;
    font-size: larger;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #e62e62;
    /*background: #A9D86D;*/
    border: 0;
    border-bottom: 2px solid #c21345;
    /*border-bottom: 2px solid #8ABC3F;*/
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #c21345;
    /*-webkit-box-shadow: inset 0 -2px #8ABC3F;*/
    box-shadow: inset 0 -2px #c21345;
    /*box-shadow: inset 0 -2px #8ABC3F;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-style: bold;
}

#settings {
    font-family: BalooPaaji2ExtraBold;
    position: relative;
    top: 5px;
    margin: 2.65px;
    width: 100px;
    height: 30px;
    font-style: bold;
    box-sizing: border-box;
    font-size: larger;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #858182;
    /*background: #A9D86D;*/
    border: 0;
    border-bottom: 2px solid #5e5d5d;
    /*border-bottom: 2px solid #8ABC3F;*/
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #5e5d5d;
    /*-webkit-box-shadow: inset 0 -2px #8ABC3F;*/
    box-shadow: inset 0 -2px #5e5d5d;
    /*box-shadow: inset 0 -2px #8ABC3F;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-style: bold;
}

#login {
    font-family: BalooPaaji2ExtraBold;
    position: relative;
    padding: 2.5px;
    margin: auto;
    width: 100px;
    height: 30px;
    font-style: bold;
    box-sizing: border-box;
    font-size: larger;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #336699;
    /*background: #A9D86D;*/
    border: 0;
    border-bottom: 2px solid #1B3353;
    /*border-bottom: 2px solid #8ABC3F;*/
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #1B3353;
    /*-webkit-box-shadow: inset 0 -2px #8ABC3F;*/
    box-shadow: inset 0 -2px #1B3353;
    /*box-shadow: inset 0 -2px #8ABC3F;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#discord {
    font-family: BalooPaaji2ExtraBold;
    position: relative;
    margin: auto;
    padding: 2.5px;
    width: 170px;
    height: 30px;
    font-style: bold;
    box-sizing: border-box;
    font-size: larger;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #5865F2;
    border: 0;
    border-bottom: 2px solid #336699;
    /*border-bottom: 2px solid #8ABC3F;*/
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #336699;
    /*-webkit-box-shadow: inset 0 -2px #8ABC3F;*/
    box-shadow: inset 0 -2px #336699;
    /*box-shadow: inset 0 -2px #8ABC3F;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.btn {
    font-family: BalooPaaji2ExtraBold;
    position: relative;
    top: 5px;
    display: inline-box;
    /*margin: auto;*/
    width: 110px;
    height: 25px;
    padding-left: 2.5px;
    padding-right: 2.5px;
    font-style: bold;
    box-sizing: border-box;
    font-size: 12px;
    color: white;
    vertical-align: middle;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #336699;
    /*background: #A9D86D;*/
    border-style: solid;
    border-width: 4px;
    border-color: rgba(0, 0, 0, 0.20);
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}

.btn:active,
.btn:hover {
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#buttons {
    position: relative; 
    top: 130px;
}

#login:active,
#login:hover {
    background: #1B3353;
    /*background: #8ABC3F;*/
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

canvas {
    image-rendering: optimizeSpeed;
    image-rendering: pixelated;
}

.tab {
    position: absolute;
    display: inline-box;
    top: 105px;
    width: 300px;
    height: 230px;
    background: #d3e2e9;
    z-index: 3;
    border-radius: 5px;
    vertical-align: middle;
    overflow: hidden;
}

.shadowScroll {
    overflow-y: scroll;
    background:
        /* Shadow covers */
        linear-gradient(#d3e2e9 30%, rgba(255, 255, 255, 0)),
        linear-gradient(rgba(255, 255, 255, 0), #d3e2e9 70%) 0 100%,
        /* Shadows */
        radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)),
        radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 0 100%;
    background-repeat: no-repeat;
    background-color: #d3e2e9;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    background-attachment: local, local, scroll, scroll;
}

#signout {
    position: absolute;
    top: 100%;
}