.header-title {
  text-align: center;
  font-size: 2.5em;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #f1f1f1; /* Light Grey */
  border-radius: 10px;
  border: 2px solid #212529; /* Dark Grey */
}
.header-title h1 {
  color: #154b95;
  margin-bottom: 0;
  text-shadow: 2px 2px #bdbdbd;
}
.header-title h1 span {
  color: #ca2327;
}
.header-title h2 {
  color: #154b95;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 0.4em;
  text-shadow: 1px 1px #adadad;
  font-style: italic;
}
.header-title h2 span {
  color: #ba2126;
}

#tooltip {
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  color: white;
  padding: 2px 4px; /* Smaller padding */
  font-size: 10px; /* Smaller font-size */
  border-radius: 4px;
  z-index: 1000;
}

.header-subtitle {
  text-align: left;
  font-size: 1.8em;
  padding: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #e1e1e1;
  border-radius: 8px;
  border: 2px solid #181a1b;
}
.header-subtitle h2 {
  color: #134285;
  margin-bottom: 0;
  text-shadow: 1px 1px #adadad;
}
.header-subtitle h2 span {
  color: #ba2126;
}
.modal-dialog {
  width: 700px;
  max-width: 700px;
  max-height: 500px;
  overflow-y: auto;
  margin: 30px auto;
  top: 65px;
}