body {
  font-family: "IM Fell English", serif;
  background-color: black;
  background-attachment: fixed;
}
h1 {
  width:100%;
  color:red;
}
h2 {
  font-size:18px;
  color:white;
}
body {
  width:auto;
  color: white;
  text-align: center;
  /* Fallback for browsers that don't support dvh */
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
a {
  color: #d5f200;
}
  a:visited {
  color: #d5f200;
}
a:hover {
  color: white;
}


#wrapper {
  width:800px;
  margin:0 auto;
  margin-top:50px;
  margin-bottom:50px;
  background-color: black;
  border: 3px double white;
  padding:20px;
  outline: 3px double white;
  outline-offset: 5px;

}

.topnav {
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  color: #d5f200;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
}

/* Change the color of links on hover */
.topnav a:hover {
  color: white;
}

/* Add a color to the active/current link */
.topnav .active {
  color: #09a98c;
} 
ul {
    text-align: left;
  }
  
  p.main {
  text-align: left;
  line-height: 25px;
  text-indent: 50px;
  font-size: 18px;
}

footer {
  text-align: center;
  padding: 3px;
  color: white;
  margin-top: auto;
  font-size:9
}