@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

body{
	font-family: 'Roboto', sans-serif;
}

.titolo{
	font-family: 'Quicksand', sans-serif;
	font-size: 60px;
}

/*
#board{
	scroll-snap-align: start;
	scroll-snap-stop: always;
}
*/

#board tr td{
	border: 1px solid black;
	width: 50px;
	height: 50px;
}

