/* Center everything nicely */
.middle {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

/* Table styling */
table.honorable {
  margin: 30px auto;
  border-collapse: collapse;
}

table.honorable td {
  border: 2px solid white;
  padding: 10px 15px;
  text-align: center;
}

/* Space under honorable mentions */
.honorable-section {
  margin-bottom: 60px;
}

/* Footer spacing */
footer {
  margin-top: 40px;
}

/* Animation layout (side-by-side) */
.animation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

/* Remove weird spacing from text */
.animation h2 {
  margin: 0;
}
html {
    background: url('bg.jpg') no-repeat center center fixed;
    background-size: cover;
}
a {
  text-decoration: none;
}
.banner {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.intersection {
  width: 70%;
  margin: auto;
}
ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  padding: 0px;
  margin: 0px;
}
li {
  width: 20%;
}