body{
	background-image: url('../images/menu_bg.png');
	background-size: 100% 100%;
	width:100%;
	height: 100vh;
}

#game {
    z-index: 10;
    position: relative;
}

#wrongRotation {
    display: none;
    z-index: 20;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
}

#wrongRotation img {
    display: block;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#menu {
    position: fixed;
}

@font-face {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    /* src: url('../fnt/gamefont.ttf') format('ttf'); */
}