
    @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&display=swap');

    @font-face {
        font-family: MinecraftTen;
        src: url(../.fonts/MinecraftTen.ttf);
    }

    @font-face {
        font-family: Minecraft;
        src: url(../.fonts/Minecraft.otf);
    }

    /* width */
    ::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #000; 
    }
    
    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #fff; 
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #eee; 
    }

    html {
        width: 100%;
        height: 100%;
    }

    body {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        color: white;
        letter-spacing: 0.2px;
        text-align: center;
        font-family: minecraft;
        cursor: url('../.img/cursor-default.png'), default;
    }

    a {
        cursor: url('../.img/cursor-pointer.png'), pointer;
    }

    h2 {
        font-family: 'MinecraftTen', Arial, Helvetica, sans-serif;
        letter-spacing: 1px;
    }

    #overlay {
        display: block;
        background: #000000;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        color: silver;
        text-align: center;
        z-index: 9999999;
    }

    .overlay-header {
        display: inline-block;
        width: 80%;
        max-width: 600px;
        text-align: left;
        margin-top: min( 140px, 20% );
        font-family: 'Minecraft', Arial, Helvetica, sans-serif;
    }

    .overlay-news {
        display: inline-block;
        width: 80%;
        height: 40%;
        max-width: 600px;
        text-align: left;
        font-family: 'Minecraft', Arial, Helvetica, sans-serif;
        line-height: 1.5;
        overflow-y: scroll;
    }

    .overlay-date {
        color: #878787;
    }

    .overlay-enter {
        display: inline-block;
        width: 472px;
        height: 219px;
        max-width: 100%;
        position: relative;
        cursor: url('../.img/cursor-pointer.png'), pointer;
    }

    .overlay-enter img {
        max-width: 100%;
    }

    #enter {
        position: absolute;
        top: 0;
        left: 0;
        background-color: black;
        transition: 1s ease-in-out;
        z-index: 99999999;
    }

    #enter:hover {
        opacity: 0;
    }

    #enter-hover {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99999995;
    }

    #background-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    #background {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%);
        /*overflow: hidden;*/
        z-index: 0;
    }

    #bgvid {
        min-width: 104%;
        min-height: 102%;
    }

    header {
        position: relative;
        z-index: 100;
    }

    header a {
        text-decoration: none;
        color: white!important;
        padding: 20px;
    }

    header a:hover {
        filter: drop-shadow( 0px 0px 4px white);
    }

    .menu-left {
        position: absolute;
        top: 30px;
        left: 0px;
        width: calc( 50% - 200px );
        height: 100px;
        font-size: 200%;
        font-family: 'minecraftten';
        text-align: right;
    }

    .menu-right {
        position: absolute;
        top: 30px;
        right: 0px;
        width: calc( 50% - 200px );
        height: 100px;
        font-size: 200%;
        font-family: 'minecraftten';
        text-align: left;
    }

    .header-top {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 45px;
        background-color: #000000;
        text-align: center;
        color: white;
        font-family: 'Cormorant Garamond';
        font-weight: 800;
        font-size: 18px;
        letter-spacing: 0.2px;
    }

    .header-top-inner {
        display: inline-flex;
        width: 90%;
        height: 100%;
        max-width: 1200px;
        align-items: center;
        justify-content: space-between;
    }

    .header {
        position: fixed;
        top: 45px;
        left: 0;
        width: 100%;
        height: 100px;
        background-image: url('../.img/stone-trim-1.jpg'); /*#272727;*/
        background-size: contain;
        background-repeat: repeat-x;
        filter: drop-shadow(0px 0px 4px black);
    }

    .main-logo {
        position: fixed;
        left: calc( 50% - 188px );
        top: 0;
        z-index: 200;
    }

    .main-logo-sign {
        position: fixed;
        left: calc( 50% - 188px );
        top: 100px;
        width: 376px;
        height: 230px;
        text-align: center;
        color: white;
        background: url('../.img/sign-bg.png');
        z-index: 180;
    }

    #serv-ip {
        font-size: 175%;
        font-family: 'minecraftten'
    }

    .main-logo:hover {
        animation: shake 0.5s;
    }

    .main-logo-cloud {
        position: absolute;
        left: calc(50% - 210px);
        top: 0;
        z-index: 1;
        width: 400px;
        opacity: 0;
    }

    #status {
        font-family: 'minecraft'
    }

    #status-icon {
        width: 20px;
        vertical-align: middle;
        margin-top: -2px;
    }

    #audio-toggle {
        cursor: url('../.img/cursor-pointer.png'), pointer;
    }

    .speaker-icon {
        display: inline-block;
        position: relative;
        width: 24px;
        height: 24px;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        z-index: 20;
        filter: drop-shadow(0px 0px 4px black);
        opacity: 0.8;
        margin: -4px 6px 0 0;
    }

    .sactive {
        background-image: url('../.img/speaker-audio.webp');
    }

    .sinactive {
        background-image: url('../.img/speaker-muted.webp');
    }

    #content {
        position: relative;
        padding-top: 400px;
        text-align: center;
        z-index: 10;
    }

    .player-icon {
        width: 16px;
        vertical-align: middle;
        margin: 5px;
    }

    .player-name {
        font-family: Arial, Helvetica, sans-serif;
    }

    .button-2 {
        display: inline-block;
        padding: 10px;
        border: 2px solid white;
        border-radius: 20px;
        color: white !important;
        text-decoration: none;
    }

    .download-button {
        display: inline-block;
        padding: 20px;
        padding-right: 30px;
        min-width: 230px;
        margin: 10px;
        text-align: left;
        color: white;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        letter-spacing: 0.5px;
        text-decoration: none;
        border-radius: 8px;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
        border: 1px solid #062f11;
        background: rgb(118,185,50);
        background: linear-gradient(180deg, rgb(95, 146, 43) 0%, rgb(58, 131, 43) 100%);
    }

    .download-button:hover {
        color: silver;
        background: rgb(95, 150, 41);
        background: linear-gradient(180deg, rgb(71, 109, 32) 0%, rgb(40, 90, 30) 100%);
    }

    .download-button img {
        width: 25px;
        vertical-align: middle;
        margin-right: 14px;
        margin-top: -2px;
    }

    @keyframes shake {
        0% { transform: translate(1px, 1px) rotate(0deg); }
        10% { transform: translate(-1px, -2px) rotate(-1deg); }
        20% { transform: translate(-3px, 0px) rotate(1deg); }
        30% { transform: translate(3px, 2px) rotate(0deg); }
        40% { transform: translate(1px, -1px) rotate(1deg); }
        50% { transform: translate(-1px, 2px) rotate(-1deg); }
        60% { transform: translate(-3px, 1px) rotate(0deg); }
        70% { transform: translate(3px, 1px) rotate(-1deg); }
        80% { transform: translate(-1px, -1px) rotate(1deg); }
        90% { transform: translate(1px, 1px) rotate(0deg); }
        100% { transform: translate(1px, 0px) rotate(-1deg); }
    }

