.code_out{
	display: flex;
	justify-content: center;
	align-items: center;
}

pre.code{
	display: inline-block;
	background:black;
	color:white;
	padding:0.5em;
}