#tur-b {
	margin: auto;
	margin-top: 20px;
	background-color: #f3f3f3;
	min-height: 630px;
}

#tiles {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	color: white;
	margin: auto;
}

#tile {
	padding: 9px;
}

#tile-text {
	font-size: 14px;
	margin: auto;
	color: black;
	text-align: center;
}

a {
	color: transparent;
	text-decoration: none;
}