@charset "utf-8";

/*



*/


@font-face {
	font-family: arcade;
	src: url('pressStart.ttf') format('truetype');
}



/* HTML and Body Styles */

html {
	background: url(spacebackground.jpeg) center center / cover no-repeat fixed;
	height: 100%;
	font-family: Verdana, sans-serif;
}


body {
   background: black;   
   box-shadow: rgb(51, 51, 51) 5px 0px 15px,
               rgb(51, 51, 51) -5px 0px 15px;
   margin: 10px auto;
   height: 100%;
   min-width: 500px;
   max-width: 1024px;
   color: white;
}

/* Body and Header Styles */

body header img {
	display: block;
	width: 100%;
}


h3 {
	width: 33%;
	align-items: center;
	padding-left: 10px;
	padding-top: 10px;
}

header {
	background-color: rgb(16, 16, 16);
}
	
	
/* Navigation Styles */	
	
nav.horizontal {
	background-color: rgb(16, 16, 16);
	width: 100%;
	height: 35px;
}

nav.horizontal ul {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: 90%;
	list-style-type: none;
}

nav.horizontal a {
	color: green;
	text-decoration: none;
}

nav.horizontal li{
	display: block;
	flex: 0 1 auto;
}

nav.horizontal a:hover, nav.horizontal a:active {
   color: white;
}



/* section styles */

section {
	padding-top: 50px;
}




/* Table Styles */

table a {
	color: #b519e0;
	text-decoration: none;
}

table {
	width: 100%;
}


tr, td {
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

table, tr, td {
	border: 1px solid;
	border-collapse: collapse;
}