body {
    margin: 0;
    color: #e6d29c;
    font-family: Georgia, "Times New Roman", serif;

    background:
        linear-gradient(
            to bottom,
            #242236 0%,
            #1b1929 45%,
            #161420 100%
        );
}

.personal-emblem {
  display: flex;
  justify-content: center;
  padding: 3rem 1.5rem;
}

.personal-emblem figure {
  width: min(100%, 760px);
  margin: 0;
  text-align: center;
}

.personal-emblem img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(212, 175, 55, 0.2);
}

.personal-emblem figcaption {
  display: grid;
  gap: 0.35rem;
  margin-top: 1rem;
  color: #d8bf72;
  font-family: Georgia, "Times New Roman", serif;
}

.personal-emblem figcaption strong {
  font-size: 1.25rem;
  letter-spacing: 0.04em;
}

.personal-emblem figcaption span {
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.8;
}
