body {
  font-family: 'Book Antiqua';
  text-align: center;
  color: white;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #083008;
}

.container {
  background: #2e4516;
  padding: 20px;
  border-radius:10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

header
{
  font-size: 70px;
  font-weight:bold;
  color: #56a341;
}

.subscript
{
  color : #1f5c1e;
  text-decoration: none;
  font-size: 20px;
}

hr{
  padding: 2px;
  margin: 2px;
  border: none;
  height: 2px;
  background-color: #40632a;
}

p {
  color: #6d9c59;
  font-size: 25px;
}

.text-under-images
{
  color: #558541;
  font-size: 16px;
  background : #112608;
}

h1 {

  font-weight:bold;
  color: #509c35;
  text-align: center;
}