#preview {
	border: 1px solid #ccc;
	background: #333;
	padding: 0.3em;
	color: #fff;
	width: 800px;
	height: 600px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
}
