

body {
	/* font:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; */
	font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace; 
	background-color:#65a765;
	display: grid;
    align-items: center;
}

.main_div{
	border: 5px solid #010101;
	width:auto;
	border-radius: 4px 4px 4px 4px;
	background-color:black;
	color:white;
	padding: 8%;
	margin: auto;
}

pre {
	font-size: 12pt;
}