[data-md-color-primary='custom'] {
  --md-primary-fg-color: #ff3166;
  --md-primary-fg-color--light: #ff3166;
  --md-primary-fg-color--dark: #ff3166;
  --md-primary-bg-color: #fff;
  --md-primary-bg-color--light: #ffffffb3;
}

@media screen and (max-width: 768px) {
  img {
    width: auto;
    height: auto;
  }
}

.cta-btn {
  padding: 8px 15px 8px 15px;
  border-radius: 7px;
  margin: 5px;
  text-decoration: none;
  font-size: x-large;
  font-weight: bold;
  white-space: nowrap;
}

.primary-btn {
  color: white !important;
  background-color: rgb(57, 72, 158);
}

.secondary-btn {
  color: white !important;
  background-color: rgb(255, 40, 102);
}

.mid-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; /* Allow elements to wrap onto a new line */
  gap: 10px; /* Optional: Adds spacing between items */
}

#announcement-content a {
  color: inherit;
  text-decoration: none;
}

#announcement-content {
  text-align: center;
  background-color: #39489e;
}

.md-banner {
  background-color: #39489e;
}

.mermaid {
  text-align: center;
}
