body {
  background-color: #E2E8E4;
  color: black;
}

header { /* header style inspired by https://codepen.io/MightyShaban/pen/eGaCf */
  background-color: #6EB5C0;
  color: #E2E8E4;
  text-align: center;
  padding: 30px 0 120px;
  outline: 4px solid #E2E8E4;
  outline-offset: -50px;
}

.pgtitle {
  text-align: center;
  text-transform: uppercase;
  font-size: 65px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: .8;
  font-family: 'Montserrat', sans-serif;
  text-shadow: 3.5px 1px #006C84;
  text-decoration: underline wavy;
  background-color: #6EB5C0;
  color: #E2E8E4;
  padding: 30px 0 50px;
  padding-top: 50px;
}

span {
  letter-spacing: 5px;
  font-size: 40px;
  line-height: 1;
  text-shadow: -2.5px 1px #006C84;
  font-family: OCR A Std, monospace;
}

h1 {
  text-align: center;
  color: #E2E8E4;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  width: 100%;
  opacity: 0.75;
  z-index: 2;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

#hi {
  background-color: #D09683;
  margin: 50px 75px; 
  color: #E2E8E4;
  opacity: 0.75;
  padding: 10px 30px;
  padding-bottom: 20px;
  text-align: center;
  z-index: 1;
}

#hi h1 {
  color: #006C84;
  text-decoration: underline solid #6EB5C0;

}

button { /* Button inspired by w3schools */
  padding: 50px 30px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-color: white; 
  color: #006C84; 
  border: 5px solid #6EB5C0;
  border-radius: 24px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  font-family: Garamond, Baskerville;
}

button:hover {
  background-color: #6EB5C0;
  color: #E2E8E4;
  box-shadow: 0 12px 16px 0 rgba(180, 219, 192,0.24),0 17px 50px 0 rgba(180, 219, 192,0.19);
}

footer {
  float: left;
  display: block;
  color: black;
  line-height: 2px;
  text-decoration: none;
  overflow: hidden;
  background-color: #D09683;
  width: 100%;
  opacity: 0.75;
  padding-left: 10px;
}

pre {
  font-family: Garamond, Baskerville;
  color: #E2E8E4;  
}

h4 {
  color: #006C84;
  font-size: 18px;
}

table{
  align-content: center;
  margin-right: auto;
  margin-left: auto;
}

td {
  padding-right: 100px;
  font-size: 20px;
  color: #D09683;
}

td button {
  margin-left: 150px;
}

tr {
  margin-bottom: 100px;
}

h3 {
  color: #D09683;
}

h2 {
  color:#6EB5C0;
}

em {
  font-weight: bold;
  color: #006C84;
}
