body {
	background-color: white;
	color: black;
}
div {
	text-align: center;
	font-family: 'Verdana', sans-serif;
	white-space: nowrap;
	font-size: 20pt;
	&.wide {
    transform: scale(2, 1);
	}
	&.narrow {
		transform: scale(0.5, 1);
	}
}
body {
	overflow-x: scroll;
	overflow-y: scroll;
	width: 2000px;
}