html,body,div,canvas {
    margin: 0;
    padding: 0
}

html,body {
    background-color: #0a3c5a
}

.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clear {
    display: inline-table;
    clear: both
}

/*\*/
* html .clear {
    height: 1%
}

.clear {
    display: block
}

/**/
html,body {
    width: 100%;
    height: 100%;
    font-family: Helvetica,Verdana,Arial,sans-serif
}

.background {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    width: 100%;
    height: 800px;
    aspect-ratio: auto
}

@media all and (min-width: 2000px) {
    .background {
        position:absolute;
        width: 100%;
        height: auto
    }
}

.container {
    position: relative;
    width: 100%;
    min-width: 1280px;
    min-height: 1050px;
    max-height: 1050px;
    z-index: 0;
    background-color: #cd003c
}

.container .icon {
    position: relative;
    padding: 28px 0 0 24px;
    margin: 0;
    z-index: 1;
    width: 140px;
    height: 57px
}

.container .loading_logo {
    margin: 17px auto;
    display: block;
    width: 1280px;
    height: 718px;
    z-index: 1
}

.container p {
    max-width: 780px;
    min-width: 780px;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    color: white;
    text-align: center;
    font-weight: 100
}

#loaderCanvas {
    margin-top: 60px
}

.footer {
    width: 100%;
    min-height: 220px;
    display: block;
    margin: 0;
    border-top: 1px solid white;
    background-color: #0a3c5a;
    text-align: center
}

.footer .links {
    margin: 25px 0;
    width: 100%;
    font-weight: 500
}

.footer .links ul {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    flex-wrap: wrap;
    gap: 2rem
}

.footer .links ul a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid #6c757d
}

.container .fb-login-button {
    position: absolute;
    top: 630px;
    left: 50%;
    transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    border: 0;
    cursor: pointer
}

.container .g_id_signin {
    position: absolute;
    top: 680px;
    left: 50%;
    transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    border: 0;
    cursor: pointer
}

.container .dev-login-button {
    position: absolute;
    top: 650px;
    left: 50%;
    transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    border: 0;
    cursor: pointer
}

#tracking {
    display: none
}

.inner-container {
    margin: auto;
    overflow: hidden;
    padding: 0 0 30px 0;
    background-color: #cd003c
}

.inner-container>canvas {
    max-width: 1920px;
    min-width: 1280px;
    height: auto
}

canvas:-webkit-full-screen {
    display: block
}

canvas {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    z-index: 20
}

#gameCanvas {
    max-width: 1920px;
    min-width: 1280px;
    height: 720px;
    cursor: default;
    margin-top: 105px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}
.btn-primary {
    position: absolute;
    top: 730px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    color: #007bff;
    border: 1px solid #007bff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s, border 0.3s;
    text-decoration: none;
    width: 100%;
    max-width: 247px;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    color: white;
}

.btn-primary i {
    margin-right: 8px;
}



