/* FONTS */
@font-face {
  font-family: Rubik;
  src: url(fonts/Rubik-Regular.ttf);
}

p,h1,span
{
	font-family: Rubik;
}


/* game below */
#game
{
	display: inline-block;
	margin: auto;
}
#game_here
{
	margin: auto;
	border:  3px black solid;
}

#buttons_play
{
	display: none;
	position: absolute;
	top: 5%;
	left: 90%;
}





/* controls below */
#controls
{
	display: none;
}

