body {
}

#Achievements {
	background: #0F1828;
	width:500px;
	height:auto;
	margin:25px auto;
	border:solid 1px #000000;
	padding: 50px;
	color:white;

	
}

#main {
	background: #99d9ea;
	width:1000px;
	height:auto;
	margin:25px auto;
	border:solid 1px #000000;
	padding: 50px;
}

h1{
text-align:center;	
}

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;
}