
        @font-face {font-family: Pusab; src: url('https://gdcolon.com/assets/Pusab.ttf')}
        body {
            background-image: linear-gradient(#0065FD, #002E73);
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
            overflow: hidden;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        }
        p {
            font-family: aller, helvetica, arial;
            color: white;
            font-size: 20px;
            word-break: break-word;
            margin-top: 15px
        }
        h1 {
            font-weight: normal;
            margin: 0 0 10 0;
            font-family: Pusab, Arial;
            color: white;
            line-height: 40px;
            font-size: 40px;
            overflow: visible;
            -webkit-text-stroke-width: 1.7px;
            -webkit-text-stroke-color: black;
            text-shadow: 2.5px 2.5px 0px rgba(0, 0, 0, 0.3);
        }
        h2 {
            font-weight: normal;
            margin: 0 0;
            font-size: 65px;
            font-family: Pusab, Arial;
            color: rgb(255, 200, 0);
            -webkit-text-stroke-width: 2.2px;
            -webkit-text-stroke-color: black;
            text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
            line-height: 65px;
        }
        .corner, .corner img {
            user-select: none;
        }
        .gdButton {
            cursor: pointer;
            z-index: 1;
            user-select: none;
            pointer-events: all;
            transition-duration: 0.07s;
            transition-timing-function: ease-in-out;
        }
        .gdButton:active {
            transform: scale(1.08);
        }
        #lvlName {
            width: 90%;
            margin: auto;
        }
        .disabled {
            filter: opacity(0.7) brightness(0.7);
            cursor: default !important;
        }
        .disabled:active {
            transform: scale(1) !important;
        }
    
