.code{
	overflow-y: auto;
	padding: 5px;
	width: 95%;
	height: 100%;
	max-height: 20%;
	background-color: black;
	font-family: 'Roboto Mono', monospace;
	font-size: 12px;
    line-height: 1.4;
	color: white;
    white-space: nowrap;
}