body {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 100vw;
	height: 100vh;
	margin: 0;
}

#main-pane {
	background-color: red;
	height: 100%;
	width: 73vw;
}
