
body
{
	color: white;
	background: #000000;
	/* https://stackoverflow.com/questions/32660748/how-to-use-apples-new-san-francisco-font-on-a-webpage */
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 14px;
}
div
{
	background: #0A0E14;
 	background-attachment: fixed;
	width: 800px;
	margin: 10px auto;
	padding: 20px;
}
img
{
	width: 795px;
}
h1
{
	text-align: center;
	font-size: 50px;
}
h4
{
	text-align: center;
	font-size: 30px;
}
iframe
{
	width: 785px;
	height: 440px;
}
table, th, td 
{
	border: 1px solid white;
	margin-left: auto;
	margin-right: auto;
}
.btn
{
	background-color: #0A0E14;
	border: white; 
	color: white;
	padding: 4px 6px; 
	font-size: 12px; 
	cursor: pointer; 
}
.btn:hover
{
	background-color: #565555;
}
#more
{
  display: none;
}