body {
  font-family: Verdana, sans-serif;
  background-color: #f9f9f9;
  padding: 20px;
  color: #333;
}

h1 {
  color: #0056b3;
  text-align: center;
}

.honor-code {

  font-style: normal;
  font-family: Arial, sans-serif;
  font-size: 1em;
  background-color: #eef;
  padding: 15px;
  margin-top: 20px;
  border-left: 5px solid #0056b3;
  line-height: 1.6;
}

a {
  color: lightcoral;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
.navbar {
  background-color: #00408032;
  padding: 10px 0;
  text-align: center;
}

.navbar {
  background-color: #ffffff;
  padding: 10px;
  text-align: center;
}

/* Remove bullets and spacing */
.navbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Display list items inline */
.navbar ul li {
  display: inline;
  margin: 0 8px;
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 1em;
}

/* Basic link styling */
.navbar ul li a {
  text-decoration: none;
  color: #001f3f;
  font-weight: normal;
}

/* Numbers (1, 2, 3...) styling */
.navbar ul li .number {
  color: orange;
  font-weight: bold;
}

/* Special style for "References" link */
.navbar ul li .highlight {
  color: purple;
  font-weight: bold;
}

/* Optional: hover effect */
.navbar ul li a:hover {
  text-decoration: underline;
  color: #007acc;
}