﻿body {
	background-color: SlateGray;
	color: white;
	margin: 0px;
}
table {
	background-attachment: scroll;
	background-color: gray;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35pt;
	font-weight: bold;
	height: 720px;
	image-rendering: high-quality;
	width: 720px;
}
td {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	border-collapse: collapse;
	image-rendering: high-quality;
	padding: 20px;
}
tr {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	image-rendering: high-quality;
}
span {
	#line-height: 60px;
	#outline: 4px solid rgba(0,0,0,0.5);
	background-color: rgba(0,0,0,0.5);
	text-shadow: 0px 0px 4px black;
	#line-height: 52px;
	#backdrop-filter: blur(8px);
}
input[type=text] {
	background-color: white;
	border: 1px solid gray;
	color: gray;
	resize: none;
	text-align: center;
	width: 720px;
}
input[type=text]:hover, input[type=text]:focus {
	border: 1px solid black;
	color: black;
}
input[type=button], input[type=submit], input[type=reset] {
	background-color: silver;
	border: 1px solid gray;
}
 input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
	background-color: silver;
	border: 1px solid white;
}
 input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
	background-color: gray;
	border: 1px solid black;
}