body {
	margin: 0px;
	background: #666;
}
div#toon {
	position: sticky;
	top: 0;
	padding: 2px 6px;
	font-size: 150%;
	background: #fff;
	color: #888;
	opacity: 0.9;
}
b {
	color: #000;
}
#toon button {
	height: 26px;
	font: bold 12pt sans-serif;
	background: #800;
	color: #fff;
	border-radius: 6px;
}
#toon button:hover {
	background: #f00;
}
div#fotos {
	width: 97vw;
	margin: 20px auto;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}
img {
	width: 100%; 
	margin: 0;
}
