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

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
  }
  
  li {
    float: left;
  }
  
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  li 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: 5%;
  }
  
  footer p {
    margin: 0; /* Remove default margin */
  }

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

.resources {
  margin-right: 150px;
  margin-left: 150px;

}

.resources section {
  border-bottom: lightgray solid 1px;
  padding: 20px;
}

.resources h3 {
  text-align: center;
  text-decoration: underline;
}