.about-page {
  display: grid;
  gap: 24px;
  color: #d7d7d7;
  font-family: "VCR", monospace;
}

.about-card,
.site-about-card {
  overflow: hidden;

  background: #050507;

}

.about-card__top-decoration,
.about-card__divider {
  width: 100%;
  height: auto;

  display: block;
}

.about-card__intro {
  padding: 18px;

  display: flex;
  align-items: center;
  gap: 20px;

  border-bottom: 1px solid #550000;
}

.about-card__intro-text {
  flex: 1;
}

.about-card__intro h1 {
  margin: 0 0 14px;

  color: #ff2020;
  font-family: "NR", sans-serif;
  font-size: 30px;
  text-transform: lowercase;

  text-shadow:
    2px 2px 0 black,
    0 0 7px red;
}

.about-card__intro p,
.about-card__body p,
.site-about-card__body p {
  font-size: 13px;
  line-height: 1.6;
}

.about-card__portrait {
  width: 180px;
  height: auto;

  flex-shrink: 0;

  border: 1px solid #a80000;
  outline: 3px solid #111;
}

.about-card__body {
  padding: 18px;
}

.about-card h2,
.site-about-card h3 {
  color: #ff3131;
  font-family: "NR", sans-serif;
  text-transform: lowercase;
}

.about-favorites__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

  margin-bottom: 18px;
}

.about-favorites__links a {
  padding: 8px 14px;

  color: white;
  background: #870000;

  border: 1px solid #ff3131;

  font-size: 12px;
  text-decoration: none;
  text-transform: lowercase;
}

.about-favorites__links a:hover {
  color: #090909;
  background: #ff3131;
}

.about-socials {
  margin-top: 22px;
  padding: 12px;

  background: #09090c;
  border: 1px dashed #780000;
}

.about-socials ul {
  margin: 0;
  padding: 0;

  display: flex;
  flex-wrap: wrap;
  gap: 12px;

  list-style: none;
}

.about-socials a {
  color: #ff3131;
  font-size: 12px;
  text-decoration: none;
}

.about-socials a:hover {
  color: white;
}

/* About this site */

.site-about-card__header {
  padding: 10px 14px;

  background:
    repeating-linear-gradient(
      135deg,
      #780000 0,
      #780000 8px,
      #b10000 8px,
      #b10000 16px
    );

  border-bottom: 1px solid black;
}

.site-about-card__header h2 {
  margin: 0;

  color: white;
  font-family: "NR", sans-serif;
  text-align: center;
  text-transform: lowercase;

  text-shadow:
    2px 2px 0 black,
    0 0 5px red;
}

.site-about-card__body {
  padding: 18px;
}

.site-stack {
  margin: 20px 0;

  border: 1px solid #3a0000;
}

.site-stack > div {
  padding: 8px 10px;

  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;

  border-bottom: 1px dashed #3a3a3a;
}

.site-stack > div:last-child {
  border-bottom: 0;
}

.site-stack dt {
  color: #ff3131;

  font-size: 11px;
  font-weight: bold;
  text-transform: lowercase;
}

.site-stack dd {
  margin: 0;

  color: #d6d6d6;
  font-size: 11px;
}

.site-about-card__journal{
  margin-top: 18px;
  padding: 14px;

  background: #09090c;
  border-left: 3px solid #a80000;
}

.site-about-card__journal h3{
  margin-top: 0;
}
