.md-footer-copyright {
  padding-left: 8px;
}

.md-banner {
  background: linear-gradient(90deg, #0a0a0a, #1e1e1e);
  color: #FFD700;
  text-align: center;
  font-weight: 600;
  font-size: 0.9rem;
  border-bottom: 1px solid #333;
}

.md-banner a {
  color: #00d4ff;
  text-decoration: none;
  font-weight: 700;
}

.md-banner a:hover {
  text-decoration: underline;
}
article.md-content__inner.md-typeset > p:first-child {

  opacity: 0.85;
}

article.md-content__inner.md-typeset > p:first-child a {
  color: inherit;
}

