body {
	background-color: gray;
	background-image: url('media/tile.png');
	background-position: top left;
	background-repeat: repeat;
}
#yabbadabbadoo {
	justify-content: center;
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(5, max-content);
	place-items: center;
}
#yabbadabbadoo img {
	display: block;
}
a {
	font-size: 200%;
}
a:link {
	color: white;
}
a:visited {
	color: white;
}
a:active {
	color: silver;
}
a:hover {
	color: silver;
}
table.fullscreen {
	height: 100%;
	width: 100%;
}
table.fullscreen td {
	border: none;
}