html, body {
    padding:0px !important;
    margin:0px !important;
    height: 100%;
    margin: 0;
    /*background-color: #FFF;*/
}

canvas {
    min-height: 100%;
    /*min-width: 100%;*/
    /*background-color: blue;*/
}


#turn{
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
    background-color:white;
    background-image:url('../assets/playportrait.png');
    background-repeat:no-repeat;
    background-position: center center;
    display:none;
}