body	{background-color: #f4e7d7;
	font-family:'abeezee';
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;}
iframe	{width: 11.5em;
	height: 30em;
	border: 2px solid black;
	border-radius: 20px;
	float: right;
	position: sticky;
	top: 2em;
	right: 2em;
	background-color: #d9ab73;
	overflow: auto;}
a	{font-weight: bold;
	text-decoration: none;
	color: blue;}
a:hover	{color: red;}
a:focus	{color: red;}