body{
  color: #666666;
  background-color: black;
  margin: 0%;
  width: 100%;
  text-align: center;
  font-family: "Courier New", Courier, monospace;
  letter-spacing: 0.15em;
}
header, footer, nav, div {
  display: block;
}
nav{
  width: 100%;
  position: fixed;
  color: rgb(22, 82, 100);
  background-color: rgb(243, 238, 238);
}
nav ul {
      text-align: right;
      margin-left: 2%;
    }
nav li {
      display: inline;
      margin-left: 6%;
      color: black;
      }
nav li a {
      color: black;}
nav li a:hover, nav li a.current {
      color: #b45f5f;}
a {
        color: #5d397a;
        text-decoration: none;}
footer {
    position: relative;
    color: #ffffff;
    font-size: 80%;
    text-align: center;
    padding-top: 7%;
  }
#two{
  background-color: rgb(150, 150, 150);

}
#three{
  padding-bottom: 1%;
  width: 100%;
  margin: 0%;
  height: 5%;
  font-family: "Courier New", Courier, monospace;
  letter-spacing: 0.15em;
  color: black;
  position: fixed;
  background-color: rgb(150, 150, 150);
  border-bottom-style: dashed;
  z-index: 13;
}
#four{
  text-align: center;
  background-image: url("13.jpg");
}
#five{
  width: 100%;
  padding-bottom: 1%;
  margin-top: 0%;
  font-family: "Courier New", Courier, monospace;
  letter-spacing: 0.15em;
  color: black;
  position: fixed;
  background-color: #5d397a;
  border-bottom-style: dashed;
  z-index: 15;
}
img{
  position: relative;
  padding-top: 15%;
}
#six{
  font-weight: normal;
  font-style: italic;
  color: aliceblue;
}
#seven{
  color: black;
}
#eight{
  padding-top: 30%;
  padding-bottom: 30%;
}
h2{
  color: black;
  font-family: "Courier New", Courier, monospace;
  letter-spacing: 0.15em;
}
p{
  font-family: "Courier New", Courier, monospace;
  letter-spacing: 0.15em;
}
ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}

  ul.icons li {
    display: inline-block;
    padding: 0 0.75em 0 0;
  }

    ul.icons li:last-child {
      padding-right: 0;
    }

    ul.icons li > a, ul.icons li > span {
      border: 0;
    }

      ul.icons li > a .label, ul.icons li > span .label {
        display: none;
      }
