@font-face {
font-family: font;
src: url(src/font.otf)
}
.mothergameholder {
background: #fff;
margin: 0;
overflow: hidden;
font-family: font;
user-select: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
touch-action: none;
}

canvas {
width: 100%;
height: 100%
}
.iframe_fs_back{top:100px;}