.md-content {
  background-image:
    linear-gradient(
      rgba(255,255,255,0.85), rgba(255,255,255,1.00)),
    url(../images/jasmine_satellite.png);
  background-size: 45%;
  background-position: top right;
  background-repeat: no-repeat;
}

[dir="ltr"] .md-header__title {
  margin-left: 0rem;
}

.md-typeset h1,
.md-typeset h2 {
  font-weight: 600;
}

.md-typeset h3 {
  text-decoration: underline;
}

.twemoji {
  font-size: 1.2em;
}

a .youtube {
  color: #ee0f0f;
}

a[href$=".pdf"] .twemoji {
  color: #d43a2f;
}

a[target="_blank"]::after {
  content: "\2B08";
  font-size: 0.7em;
  position: relative;
  top: -0.7em;
}

a[target="_blank"][href$=".pdf"]::after {
  content: none;
}

a[target="_blank"][href^="https://www.youtube.com"]::after {
  content: none;
}

.md-typeset__table thead {
  background: lightgray;
}
