.pre {
	font-family: monospace;
	white-space: pre;
}

.tag {
	font-weight: bold;
	margin-right: 1em;
}

.value {
	font-family: monospace;
}

.input-group {
	display: flex;
	justify-content: space-between; /* Ou outro valor que faça sentido */
}
