@charset "utf-8";
/* CSS Document */

body {
  background-color: black;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #F9A13A;
}

img.shadow{
  filter: drop-shadow(2px 2px 3px black);
}

h1 {
  text-align: center;
  color: white;
  text-shadow: 2px 2px black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  text-shadow: 2px 2px 3px black;
  font-weight: bold;
}
h2 {
	text-align: center;
	color: white;
	text-shadow: 2px 2px 3px black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	}
h3 {
	text-align: center;
	color: white;
	text-shadow: 2px 2px 3px black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
#table {
  margin-left:auto; 
  margin-right:auto;
  border-collapse: collapse;
}
#table td, #table th {
  border: 1px solid #FFFFFF;
  padding: 2px;
}
#table tr{
  color: white;
 text-align: center;
}
#table th {
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  background-color: #F9A13A;
  color: black;
}