<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#menu {
	background:#333;
	padding:0px;
}

#menu h3, h4 {
text-align:center;
color:#FFFFFF;
font-size:21px;
letter-spacing: 0.02em;
line-height: 0%;
}

#menu .contenedor {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#menu article {
	margin: 15px;
}

@media (min-width:1024px) {
	#boton .contenedor {
		width: 70%;
	}
}</pre></body></html>