body{
	background-color:#d8f2e5; 
	height: 95vh; 
	margin:0; 
	padding: 0;
}
h1 {
  text-align:center;
  font-size: 40px;
  margin-bottom: 0;
}
h2, h3{
	text-align:center; 
	color:#0c693e;
	margin: 0.5em;
}
table.navigation{
	width:100%;
	padding: 0;
	margin: 0;
	border-spacing: 0;
}
td.navigation{
	padding: 10px 0;
	font-size:24px;
	color:white;
	width:14.28%;
	margin: 0;
	background:#006b36;
	cursor: pointer;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
td.navigation:hover{
	background:#00361b;
}

/* Dropdown Content */
td.dropdown-content {
  position: absolute;
  z-index: 1;
  background-color: #f1f1f1;
  width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

