main {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
