/* Abaixo será posicionado o botão de novo jogo */
#game_name {
	position: absolute;
	top: 15%;
	left: 25%;
	height: 20%;
	width: 50%;
}

#menu_new_game {
	position: absolute;
	top: 56%;
	left: 43%;
	height: 9%;
	width: 14%;
}