 body{
    background-color:#301F01;
    background-image: url(https://students.washington.edu/jcp16/540demo/photos/stars5.gif);
   
  }
.tomorrow-regular {
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.tomorrow-medium {
  font-family: "Tomorrow", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.tomorrow-semibold {
  font-family: "Tomorrow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.tomorrow-bold {
  font-family: "Tomorrow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.tomorrow-extrabold {
  font-family: "Tomorrow", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.tomorrow-black {
  font-family: "Tomorrow", sans-serif;
  font-weight: 900;
  font-style: normal;
}

  #header{
    width:;
	display: flex;
	justify-content: center;
	align-items:center;
    margin-top:5px;
    padding:6px 0px 6px 0px;
    Background-color:#0073FF;
    border-color:#0073FF;
    border-width:4px;
    border-style:solid;
    border-radius:4px;
	text-align:center;
  }  
  #header h1{
    color:E37C0E;
	font-size:40px;
	font-family: "Tomorrow", sans-serif;
    font-weight: 855;
    font-style: normal;
	text-shadow: 3px 0 #000000, -3px 0 #000000, 0 3px #000000, 0 -3px #000000,
             2px 2px #000000, -2px -2px #000000, 2px -2px #000000, -2px 2px #000000;

  }   
  
  #th, td {	
    padding:3px 3px 3px 3px;
    Background-color:F7E6CB;
    border-color:0073FF;
    border-width:4px;
    border-style:solid;
    border-radius:4px;
    margin:auto;
    margin-top:15px;
	list-style-type:none;
  }
  
  #table li a{
	font-size:35px;
	color:black;
	font-family: "Tomorrow", sans-serif;
    font-weight: 750;
    font-style: normal;
	text-align:center;  
   
  }
  #table p{
	font-size:25px;
	color:black;
   
  }
  #navbar{
	width:;
    margin-top:12px;
	margin:12px
    padding:6px 0px 6px 0px;
    Background-color:#E37C0E;
    border-color:#0073FF;
    border-width:4px;
    border-style:solid;
    border-radius:4px;
  }
  #navbar ul{
    list-style-type:none;
    Justify-content:space-evenly;
  }
  #main{
	width:;
    margin-top:12px;
	margin:12px
    padding:6px 0px 6px 0px;
    Background-color:#E37C0E;
    border-color:#0073FF;
    border-width:4px;
    border-style:solid;
    border-radius:4px;
	align-self:center;
  }
  #main h1{
	color:0073FF;
	font-size:40px;
	font-family: "Tomorrow", sans-serif;
    font-weight: 855;
    font-style: normal;
	text-shadow: 3px 0 #000000, -3px 0 #000000, 0 3px #000000, 0 -3px #000000,
             2px 2px #000000, -2px -2px #000000, 2px -2px #000000, -2px 2px #000000;
	text-align:center;
  }
  #container{
    width:94%;
    padding:3px 3px 3px 3px;
    Background-color:F7E6CB;
    border-color:0073FF;
    border-width:1px;
    border-style:solid;
    border-radius:1px;
    margin:auto;
    margin-top:15px;
  }  
  #container sup a{
	color:black;
	font-size:12px;
	font-family:""; 
	text-align:;
  }
 #container p{
	color:black;
	font-size:20px;
	font-family:""; 
	text-align:;
  } 
 
  
  