.alert {
  padding: 10px;
  margin-bottom: 5px;
  margin-left: 10%;
  margin-right: 10%;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 15px;
  text-align: center;
}

.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-attestation {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* General Styles */
body {
  font-family: Arial, sans-serif;
  color: #333;
  background-color: #f8f9fa;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Georgia', serif;
  color: #004d00; /* Dark green color */
  margin-bottom: 20px;
}

h1 {
  font-size: 2.5em;
  border-bottom: 2px solid #004d00;
  padding-bottom: 10px;
}

h2 {
  font-size: 2em;
  border-bottom: 1px solid #004d00;
  padding-bottom: 8px;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

/* Links */
a {
  color: #004d00;
  text-decoration: none;
}

a:hover {
  color: #ff0000; /* Red color on hover */
  text-decoration: underline;
}

.news-container {
  width: 100%
}

.news-list {
  list-style-type: none;
  padding: 0;
}

.news-list li {

  padding: 1em; /* Adjust this value to create space above the border */
}

.news-list li:nth-child(odd) {
  background-color: #f2f2f2;
  border-bottom: 1px solid #ccc;
}

.news-list li:nth-child(even) {
  border-bottom: 1px solid #ccc;
}

.news-list h2 {
  margin: 0;
}

.news-list h2 a {
  color: #130d66;
  text-decoration: none;
}

.news-list h2 a:hover {
  color: #ff0000;
}

.news-item {
  display: flex;
  align-items: start;
}

.news-item div:nth-child(2) {
  margin-left: 20px;
}

.thumbnail {
  width: 100px;  /* Adjust as needed */
  height: auto;
}


.thumbnail {
  width: 100px;  /* Adjust as needed */
  height: auto;
}


.banner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  vertical-align: middle;
}