
#oomfs {
	display: grid;
	grid-template-columns: 3fr 2fr;
	grid-template-rows: repeat(300px);
	gap: 30px;
	padding: 12px;
}

#oomfs img {
	border: 6px double white;
	max-width: 100%;
	max-height: 450px;
}

#oomfs h2 {
	margin: 0px;
	font-family: GAUBlock;
}

#oomfs a {
	font-size: 1.2em;
}
