body {
	font-family: monospace;
	color: white;
	background-color: black;
	font-size: 2.1vmin;
}

#fixed_container {
	width: 90vw;
    height: 65vw;
    max-height: 90vh;
    max-width: 124.61vh;
    /* center */
    margin: auto;
    position: absolute;
    top:0;bottom:0;
    left:0;right:0;
}

#centering_container {
	padding-left: 5vw;
	padding-right: 5vw;
}

#prefix {
	display: inline;
	max-width: 25%;
}

input {
	display: inline;
	border: none;
	background-image: none;
	background-color: inherit;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	max-width: 75%;
	width: 75%;
	resize: none;
}
