body {
	font-family: sans-serif;
}

h1 {
	text-align: center;
}

h2 {
	
}

p {
	text-align: center;
}

#pasteboard,
#resultArea {
	width: 30vw;
	margin-left: 10vw;
	height: 50vh;
	font-size: 3vh;
	font-family: monospace;
	padding: 1vw;
}

#result {
	color: red;
	text-align: center;
}

@media (max-width: 1000px) {
	#pasteboard,
	#resultArea {
		width: 80vw;
		margin-left: 10vw;
		height: 35vh;
		font-size: 4vw;
		font-family: monospace;
		padding: 1vw;
		margin-bottom: 2vh;
	}
}