body {
  margin: 20px 20px auto;
  font-family: verdana, sans-serif;
  background: #94ff8a;
  color: rgb(50, 39, 25);
  text-align: center;
  display: flow-root;
  overflow: auto;
}

.header {
  margin: auto;
  padding: 15px 20px;
  border: 3px, outset, rgb(110, 85, 58);
  border-radius: 0px;
  background-color: rgb(70, 184, 117);
  font-family: impact, verdana;
  font-size: 25px;
  color: #fff943;
  text-shadow: 0px 0px 10px rgb(86, 75, 31);
  box-shadow: 0px 0px 2px rgb(86, 75, 31);
  width: auto;
  height: auto;
  position: sticky;
  
}
.nav{
  margin: auto;
  padding: 30px 20px;
  font-family: impact, verdana;
  font-size: 20;
  color: #fff943;
  text-shadow: 0px 0px 10px rgb(86, 75, 31);
  width: auto;
  height: auto;
  position: sticky;

}

.nav a{
  padding: 5px 12px;
  border: 3px, outset, #d95ce0;
  border-radius: 10px;
  display: inline-block;
  background-color: rgba(210, 63, 255, 0.349);
  color: #fff943;
  box-shadow: 0px 0px 10px rgb(86, 75, 31);
}
.nav a.active{
  font-weight: bold;
  background-color: rgba(255, 194, 249, 0.349);
  border: 5px, outset, #a64bab;
  border-radius: 15px;
  color: #fffca3;
    box-shadow: 0px 0px 5px rgb(86, 75, 31);
}
.nav a:hover:not(.active){
  background-color: rgba(255, 194, 249, 0.597);
    box-shadow: 0px 0px 15px rgb(86, 75, 31);
}


.page {
  max-width: auto;
  max-height: auto;
  margin: 4px auto;
  padding: 20px 20px;
  font-family: verdana;
  font-size: 18px;
  height: auto;
  width: auto;
  display: flow-root;
}

.footer {

  margin: auto;
  padding: 40px 20px;
  border: 3px, outset, rgb(96, 74, 50);
  border-radius: 0px;
  background-color: rgb(70, 184, 117);
  font-family: impact, verdana;
  color: #fff943;
  text-shadow: 0px 0px 10px rgb(86, 75, 31);
  box-shadow: 0px 0px 2px rgb(86, 75, 31);
}

* {
  box-sizing: border-box;
}

.container {
  background-color: rgba(0, 0, 0, 0);
  height: 100vh;
}

.box {
  margin: 20px auto;
  padding: 8px 8px;
  height: auto;
  border: 3px, outset, rgb(96, 74, 50);
  border-radius: 5px;
  background-color: rgb(116, 255, 174);
  box-shadow: 0px 0px 1px rgb(86, 75, 31);
  display: inline-block;
}

#box1 {
  margin: 20px auto;
  padding: 8px 8px;
  border: 4px, outset, rgb(96, 74, 50);
  border-radius: 20px;
  background-color: rgba(96, 119, 137, 0.68);
  box-shadow: 0px 0px 10px rgb(86, 75, 31);
}

#box2 {
  margin: 20px auto;
  padding: 8px 8px;
  border: 4px, outset, rgb(96, 74, 50);
  border-radius: 20px;
  background-color: rgba(96, 119, 137, 0.68);
  box-shadow: 0px 0px 10px rgb(86, 75, 31);
  height: auto;
  width: auto;
  float: left;
  display: flow-root;
}

#box3 {
  text-align: center;
  list-style-position: inside;
  margin: auto;
  padding: 0px 0px;
  border: 0px, dotted, rgba(0, 0, 0, 0);
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

img {
  padding: 10px 10px;
}