*{box-sizing: border-box;}

body {background-image: url(bbp.jpg);
		color: #000000;
		font-family: Arial, hevetica, sans-serif;}
		
		
#wrapper {margin-left: auto;
			margin-right: auto;
			width: 80%;
			background-image: linear-gradient(to top, #000000, #0000cd);
			background-repeat: no-repeat;
			background-color: #90c7e3;
			min-width: 960px;
			max-width:2048px;
			box-shadow: 3px 3px 3px #333333;
			border: 2px solid #ffffff;}
		
header {color: #ffffff;
		background-image: linear-gradient(to top right, #000000, #0000cd);
		background-position: right;
		background-repeat: no-repeat;
		height: 120px;
		line-height: 300%;
		text-indent: 5em;
		padding-top: 30px;
		padding-left: 3em;}
		
header a {text-decoration: none;}

header a:link {color: #ffffff;}

header a:visited {color: #ffffff;}		

h1 {margin-bottom: 0;
	margin-top: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 3em;
	letter-spacing: .25em;}

nav {float: left;
	font-weight: bold;
	padding: 1.5em;
	font-size: 120%;
	width: 160px;}
	
nav a {text-decoration: none;}

nav ul {list-style-type: none;
		margin: 0;
		padding-left: 0;
		font-size: 1.2em;}

nav a:link {color: #ffffff;}

nav a:visited {color: #ffffff;}

nav a:hover {color: #a52a2a;}

main {background-color: #ffffff;
		padding: 1px 20px 20px 30px;
		display: block;
		margin-left: 190px;
		overflow: auto;}

h2 {color: #8a2be2;
	text-shadow: 3px 3px 3px 3px #cccccc;}
	
table {border: 2px solid #8a2be2;}
		
td, th {padding: .5em;
		border: 2px solid #8a2be2;}

image {max-width: 100%;
		height: auto;}

td {text-align: center;}

.text {text-align: left;}

tr:nth-of-type(even) {background-color: #d8bfd8;}

#gameover {height: 400px;
			background-image: url(gameover.jpg);
			background-size: 100% 100%;
			background-repeat: no-repeat;
			margin-left: 190px;}

iframe {float: center;
padding-left: 40px;}

.opinions {color: #8a2be2;
		font-weight: bold;}
		
section {float: left;
		width: 50%;
		padding-left: 1em;
		padding-right: 1em;}	
		
input,textarea{margin-bottom: 2em;}

fieldset{border: 3px solid #000000;}

fieldset{margin: auto;
		display: grid;
		grid-template-rows: auto;
		grid-template-columns: 8em 5em 5em 1fr;
		gap: 5px;}
		
	label{grid-column:1/2;}
	input,textarea{grid-column: 2/5;}
	input[type="submit"]{grid-column:2/3;}
	input[type="reset"]{grid-column:3/4;}	
	
@media (min-width: 600px) {
	
	display: flex;
	width: 50%
	flex-flow: Column no-wrap;
	Justify-content: center;
			
}		
@media (min-width: 1024px) {

	display: flex;
	width: 50%
	flex-flow: Column no-wrap;
	Justify-content: center;
}			
		
		
footer {font-size: 75%;
	font-style: italic;
	text-align: center;
	font-family: Georgia, "Times New Roman", serif;
	padding: 2em;
	color: #ffffff;}
	
	
	
	
	
	
	
	
	
	