body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #f9f9f9;
    font-family: Arial, Helvetica, sans-serif;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
  }
  
  nav li {
    float: left;
  }
  
  nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  nav i a:hover {
    background-color: #111;
  }

  .footer {
    background-color: #333333;
    color: white; /* Text color */
    text-align: center;
    padding: 20px 0; /* Padding for top and bottom */
    width: 100%;
    position: relative;
    bottom: 0;
    margin-top: 10em;
  }
  
  footer p {
    margin: 0; /* Remove default margin */
  }

  #archivetitle {
    text-align: center;
    font-size: xx-large;
    text-decoration: dotted underline;
  }

.resources {
   text-align: center;
}

.resources li {
  padding: 15px;
  list-style-type: none;
}

.resources li a {
  font-style: italic;
}