body {
	margin: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	background-color: black;
}

iframe {
	border: none;
	position: relative;
	top: -40px;
	width: 640px;
	height: 520px;
}
#frame {
	overflow: hidden;
	width: 640px;
	height: 480px;
	display: inline-block;
	position: relative;
}

#sidebar {
	width: auto;
	height: 100vh;
	position: absolute;
	right: 0;
	bottom: 0;

	border-left: 2px solid #000 /*#807658*/;
	border-top: 2px solid #000;
	background-color: #0c0f1a /*#d2c59c*/;

	color: #ddd;
	padding: 20px;

	/*box-sizing: border-box;*/
	overflow: hidden;
}

img {
	width: 100%;
}