.batlogos {
	font-family: 'Roboto', sans-serif;
	text-align: center;
}
.batlogos svg {
	max-width: 100%;
	height: auto;
	background: #ffd60a;
	border-radius: 0.5rem;
}
#batlogo {
	fill: #000;
}
.explanation {
	margin-top: 1rem;
}
.name {
	text-transform: uppercase;
	font-variant: small-caps;
}
.medium {
	text-transform: uppercase;
}
.comment {
	font-style: italic;
}
#viz-container {
	background: var(--bs-body-bg);
	padding: 2rem;
	border-radius: 0.5rem;
}
