body {
  background-image: url("/img/stars (2).png");
  

}

#Achievements {
	background: #0F1828;
	width:500px;
	height:auto;
	margin:25px auto;
	border:solid 1px #000000;
	padding: 50px;
	color:white;

	
}

#main {
	background: #e2d8a7;
	width:1000px;
	height:auto;
	margin:25px auto;
	border:solid 1px #001609;
	padding: 50px;
}

h1{
text-align:center;	
font-family: sans-serif;
  font-size: 3em;
  color: #033b1a;
}

h2{
  color: #033b1a;
  font-family: sans-serif;
  font-size: 2em;

}
h3{
  color: #033b1a;
  font-family: sans-serif;
  font-size: 1.8em;

}

a{
  color:#0a5e2d;
}

p {
  font-family: sans-serif;
  color:#033b1a;
  font-size: 1.2em;
}

figure.side {
  float: right;
  width: 30%;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  background: white;
  border: thin black solid;
  margin: 0.5em;
  padding: 0.5em;
}
figure.central {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-style: italic;
  font-size: smaller;
}

capt1{
	text-align:center;
	font-size:smaller
}
.column {
  float: left;
  width: 30%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

tbody tr:nth-child(odd) {
  background-color: #99d9ea;
}

tbody tr:nth-child(even) {
  background-color: #c5ecf7;
}

thead tr {
  background-color: #6b9ba8;
}
table {
  border-collapse: collapse;
  border: 1px solid black;
}