.navbar {
	opacity: 0.5;
}
ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr 1fr;
}
