div#GameID {
	padding: 0px;
	margin: 0px;
	background-color: white;
} 

#wrongWay 
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: white;
    background-image: url('../assets/images/turn.png');
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    pointer-events: none;
}

/* font-family: 'VT323', monospace; */
