body {
  font-family: "Marcellus", serif;
  font-size: 150%;
}

body a {
  color: #214107;
  text-decoration: underline #214107;
}

body a:hover {
  color: #426822;
  text-decoration: underline #426822;
}

header {
  background-color: #ddff9a;
  margin: 0 auto;
}

#main-content a {
  color: #00ff00;
  text-decoration: underline #00ff00;
}

#main-content a:hover {
  color: #8eff71;
  text-decoration: underline #8eff71;
}

nav {
  display: inline-block;
  width: 80%;
  margin: 0 auto;
  background-color: #426822;
}

nav img {
  width: 10%;
  position: relative;
  top: 20px;
}

header img {
  width: 10%;
  position: relative;
  top: 20px;   
}

main {
  background-color: #426822;
  color: #d9f89f;
  font-size: 30px;
  padding: 10px;

  text-align: justify;
}

/* li {
  display: inline-block;
  width: 25%;
  margin: 30px;
} */

nav a {
    display: inline;
    font-weight: bold;
    color: #214107;
    background: #c7ff60;
    width: 200px;
    text-align: center;
    padding: 4px;
    margin: 10px auto 0 auto;
    text-decoration: none;
}

nav a:hover {
    background: #214107;
    color: #c7ff60;
}

nav a:focus {
    background: #dcff9c;
    color: #426822;
}


ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    text-decoration: none;
    width: 90%;
    list-style-type: none;
}

footer {
  background-color: #d9f89f;
  color: #426822;
  padding: 10px;

  opacity: 0.85;
}

footer a {
  color: black;
  text-decoration: underline;
  opacity: 0.85;
}

header img {
  display: block;
  margin: 0 auto;
}

h1 {
  text-align: center;
  font-family: "Bitter", serif;
  color: #426822;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #000000;
}

p {
  line-height: 1.5;
}

.grid {
  display: grid;
  grid-template-columns: 40% 40%;
  justify-content: center;
  align-items: center;
  row-gap: 40px;
  column-gap: 40px;
}

.grid img {
  width: 100%;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}

.flex img {
    width: 100px;
    height: 133.33px;
}

.current {
  font-weight: 700;
  text-shadow: 1px 1px 2px #000000;
  font-weight: bold;
}
