/* css/nav.css */

iframe {
	width: 60vw;
	height: 60vh;
	border: 1px solid #ccc;
	display: block;
	margin: 1em auto;
}

textarea {
	width: 60vw;
	height: 4em;
	font-family: monospace;
	display: block;
	margin: 1em auto;
}

/* Give h1 a 3D stage for the cube on this page too */
h1 {
	perspective: 800px;
	perspective-origin: center;
}
