:root{scrollbar-color: #1b1b1b #000;scrollbar-width: thin;}
::-webkit-scrollbar{width:8px;}
::-webkit-scrollbar-track{background:#000;border-radius:0px;}
::-webkit-scrollbar-thumb{background:#1b1b1b;border-radius:0px;}
::-moz-selection {color: #fff;background: #666;}
::selection{color: #fff;background: #666;}

body
{
    font-family: 'Epilogue', sans-serif !important;
    font-size: 18px !important;
    background-color:#000;
}
h1,h2,h3,h4
{
    font-family: 'Bebas Neue', cursive !important;
}
.imgcover
{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    /* background: linear-gradient(0deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,0) 75%); */
}
.online
{
    color:#33cc33;
}
.offline
{
    color:#cc3333;
}
.code {
    font-size:16px !important;
}
.code-line {
    text-align: left;
    background-color: rgba(0, 0, 0, .33);
    color: #fff;
    border-radius: 5px;
    /* border: 1px solid #333; */
    padding: 2px;
}
.code-box {
    text-align: left;
    background-color: rgba(0, 0, 0, .33);
    color: #fff;
    border-radius: 5px;
    border: 1px solid #333;
    padding: 10px;
}