@font-face {
    font-family: "NotoSans";
    src: url('./../fonts/NotoSans-Regular.ttf');
}

@font-face {
    font-family: "GROBOLD";
    src: url('./../fonts/GROBOLD.ttf') format('truetype');
}
@font-face {
    font-family: "BalooTammudu2";
    src: url('./../fonts/BalooTammudu2-Regular.ttf') format('truetype'),url('./../fonts/BalooTammudu2-Regular.woff') format('woff'),url('./../fonts/BalooTammudu2-Regular.otf') format('opentype');
}


html,body{
    font-family: NotoSans;
    margin: 0;
    padding: 0;
}

canvas {
    padding-left: 0;
    padding-right: 0;
    padding-top: 50;
    margin-left: auto;
    margin-right: auto;
    display: block;
    /* background-image: url(./../images/bg-page.jpg); */
    background-position: center;
    background-size: cover;
}

#oamWindow{
    display:none;
    position: fixed;
    width: 960px;
    left: calc(50% - 480px);
    /* max-width: 1024px; */
    top:10px;
    height:100%;
    min-height: 610px;
    z-index: 999;
    overflow: hidden;
    border: 0;
    outline: none;
    margin: 0;
    padding: 0;
}

#page { 
    display: none; 
    width: 100%; height: 100%; 
    top:0px; left:0px;
    z-index: 9;
    padding: 2em;
    position: fixed;
  }
  
.darken { background: rgba(0, 0, 0, 0.7); }