
@font-face {
    font-family: "CustomFont";
    src: url("../FONT/gotham-rounded-medium.woff") format("woff"),
    url("../FONT/gotham-rounded-medium.otf") format("opentype"),
    url("../FONT/gotham-rounded-medium.svg#filename") format("svg");
    }
    @font-face {
    font-family: "CustomFont2";
    src: url("../FONT/GoetheFFClan-Bold.woff") format("woff"),
    url("../FONT/GoetheFFClan-Bold.otf") format("opentype"),
    url("../FONT/GoetheFFClan-Bold.svg#filename") format("svg");
    font-weight: normal;
      font-style: normal;
    }

        body, html {
          margin:0;
          padding:0;
          box-sizing:border-box;
          -webkit-box-sizing:border-box;
          -moz-box-sizing:border-box;
          -webkit-font-smoothing:antialiased;
          -moz-font-smoothing:antialiased;
          -o-font-smoothing:antialiased;
          text-rendering:optimizeLegibility;
          height: 100%;
        }
          body {
          font:400 12px/1.625 "Helvetica Neue", Helvetica, Muli, sans-serif;
        }
    
    .container{
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0px;
    left:0px;
    }.bg{
    position: absolute;
    width: 94%;
    height: 94%;
    top: 3%;
    left: 3%;
    z-index: 0;
    }
    #GameDiv{
      position: relative;
      width: 92%;
      height: 96%;
      top: 2%;
      left: 4%;
      z-index: 1;
    }
    .testfont{
      font-family: "CustomFont";
      visibility: hidden;
    }
    .testfont2{
      font-family: "CustomFont2";
      visibility: hidden;
    }
    