/* 
body {
	background: #333333;
	margin: 0;
}
 */

.test3 {
	margin: 48px auto;
	width: max-content;
	display: grid;
	grid-template-columns: repeat(4, 60px);
	gap: 16px;
	box-sizing: border-box;
}

.tile {
	height: 60px;
	width: 60px;
	background: #111111;
	border: 2px solid #444444;
	cursor: pointer;
}
