﻿html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    overflow-x: hidden;
    overflow-y: scroll;
    color: #fff;
}

div, img, svg, canvas, video, text {
    position: absolute;
}

body, #container {
    width: 100%;
    height: 100%;
    background: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    letter-spacing: -0.75px;
}

#container {
    max-width: 1024px;
    max-height: 960px;
    left: 50%;
    transform: translate(-50%);
}

.fs {
    width: 1024px;
    height: 560px;
}

@media screen and (max-width: 1000px) {
    /*.fs {
        height:90%;
    }*/

    #container {
        margin-top: 274px;
        /*margin-left:-59px;*/
    }

    /*.timeTxt {
        margin-top: 90px;
        margin-left: 116px;
    }
    #hintBtn {
        margin-right:43%;
    }*/
}
