#game {
	z-index: 10;
	position: relative;
}

#menu {
	position: fixed;
}

@font-face {
    font-family: 'gameFont';
    font-style: normal;
    font-weight: 400;
    src: url('../assets/fnt/RussoOne-Regular.ttf') format('truetype');
}