

body{
	//display: flex;
	height: 100vh;
	//justify-content: center;
	//align-items: center;
	//flex-direction: column;
	
	
}

#tabla {
	display: flex;
	flex-wrap: wrap;
	border: solid 3px black;
	width: 400px;
	height: 400px;
}

.negyzet{
	width: 50px;
	height: 50px;
	background-color: rgb(220, 220, 200);
	border: solid 1px black;
	box-sizing: border-box;
	display:flex;
	justify-content: center;
	align-items: center;

	
	
}


.vilagos{
	background-color: rgb(220, 220, 200); 
}

.sotet{
	background-color: rgb(120, 120, 100);  
	
}

.kiemelt{ 
	border: solid 3px green;
}
.babu{
	width: 50px;
	height: 50px;
	
}
