* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #333333;
}

a {
  text-decoration: none;
  color: #333333;
}

.colored-link {
  position: relative;
}

.colored-link:after {
  content: "";
  z-index: -100;
  position: absolute;
  width: 100%;
  height: 2px;
  opacity: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #8c69a7, #feb9ff);
  transition: opacity 0.5s, height 0.5s;
}

.colored-link:hover:after {
  height: 0.5em;
  opacity: 50%;
  transition: opacity 0.5s, height 0.5s;
}

.title-wrapper {
  display: flex;
  justify-content: center;
}
.title-wrapper a.the-dorsal-title {
  position: absolute;
  font-family: "Lment";
  font-size: 3.5em;
  top: 35px;
  background: -webkit-linear-gradient(0deg, #feb9ff, #fca);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-wrapper > img.title-image {
  width: 100%;
}

.main-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}
@media (max-aspect-ratio: 3/5) {
  .main-wrapper {
    grid-template-columns: 1fr 5fr 1fr;
    font-size: 1.5em;
  }
}
.main-wrapper img.title-image {
  grid-column: 1/4;
}
.main-wrapper .left-column .caption {
  padding: 10px;
}
.main-wrapper .left-column .caption span.image-caption {
  font-family: "Roboto";
  font-style: italic;
  font-size: 1.1em;
}
.main-wrapper .center-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 4em;
}
.main-wrapper .center-column .title-box {
  margin: 20px 0;
}
.main-wrapper .center-column span.headline {
  font-family: "Roboto Serif";
  font-style: italic;
  font-size: 2.75em;
}
.main-wrapper .center-column .infobox {
  display: flex;
  gap: 5ch;
}
.main-wrapper .center-column .infobox a.author {
  font-family: "Piazzolla";
  font-style: italic;
  font-size: 1.25em;
}
.main-wrapper .center-column .infobox span.datetime {
  font-family: "Piazzolla";
  font-size: 1.25em;
}
.main-wrapper .center-column .content-box {
  display: flex;
  flex-direction: column;
  gap: 2em;
  align-items: center;
}
.main-wrapper .center-column .content-box .summary-wrapper p.summary {
  font-family: "Roboto Serif";
  font-style: italic;
  font-size: 1.25em;
  line-height: 1.75em;
  text-indent: 5ch;
  text-align-last: left;
  text-align: justify;
}
.main-wrapper .center-column .content-box .article-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2em;
  align-items: center;
}
.main-wrapper .center-column .content-box .article-wrapper p {
  font-family: "Roboto Serif";
  font-size: 1.25em;
  line-height: 1.75em;
  text-align-last: left;
  text-align: justify;
}
.main-wrapper .center-column .content-box .article-wrapper .image-box {
  width: 150%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.main-wrapper .center-column .content-box .article-wrapper .image-box img {
  width: 100%;
  height: auto;
}
.main-wrapper .center-column .content-box .article-wrapper .image-box span.image-caption {
  font-family: "Roboto";
  font-style: italic;
  font-size: 1.1em;
}
.main-wrapper .center-column .content-box a.go-back {
  font-family: "Roboto Serif";
  font-size: 1.25em;
  font-style: italic;
}
.main-wrapper .center-column .content-box .endinfo {
  display: flex;
  gap: 8em;
  margin: 4em 0;
  align-items: center;
  flex-direction: column;
}
.main-wrapper .center-column .content-box .endinfo .about-the-author {
  background: linear-gradient(135deg, #8c69a7, #8998cb);
  padding: 2em;
  border-radius: 1em;
  display: flex;
  gap: 1em;
  flex-direction: column;
  width: 75%;
}
.main-wrapper .center-column .content-box .endinfo .about-the-author span.name {
  font-family: "VG5000";
  color: white;
  font-size: 2em;
}
.main-wrapper .center-column .content-box .endinfo .about-the-author span.grade {
  font-family: "Piazzolla";
  color: white;
}
.main-wrapper .center-column .content-box .endinfo .about-the-author p.bio {
  color: white;
  font-family: "Roboto Serif";
  font-size: 1.3em;
}
.main-wrapper .center-column .content-box .other-articles {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 150%;
  max-width: 1200px;
  gap: 2em;
}
.main-wrapper .center-column .content-box .other-articles span.by-same-author {
  font-family: "VG5000";
  font-size: 1.5em;
}
.main-wrapper .center-column .content-box .other-articles .headline-columns-wrapper {
  padding: 0 5vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: dense;
  gap: 2.5vw;
}
.main-wrapper .center-column .content-box .other-articles .headline-columns-wrapper .col1 {
  grid-column: 1;
}
.main-wrapper .center-column .content-box .other-articles .headline-columns-wrapper .col2 {
  grid-column: 2;
}
.main-wrapper .center-column .content-box .other-articles .headline-columns-wrapper .empty {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15vh;
  width: 100%;
  grid-row: span 1;
}
@media (max-aspect-ratio: 3/4) {
  .main-wrapper .center-column .content-box .other-articles .headline-columns-wrapper {
    grid-template-columns: 1fr;
    gap: 3.5vh;
  }
  .main-wrapper .center-column .content-box .other-articles .headline-columns-wrapper .col1 {
    grid-column: 1;
  }
  .main-wrapper .center-column .content-box .other-articles .headline-columns-wrapper .col2 {
    grid-column: 1;
  }
  .main-wrapper .center-column .content-box .other-articles .headline-columns-wrapper .empty {
    height: fit-content;
  }
}
.main-wrapper .center-column .content-box .other-articles .headline-columns-wrapper .article-box {
  grid-row: span 2;
}
.main-wrapper .center-column .content-box .other-articles .headline-columns-wrapper .article-box img {
  width: 100%;
  height: auto;
}
.main-wrapper .center-column .content-box .other-articles .headline-columns-wrapper .article-box .headline-wrapper a.headline {
  font-family: "Roboto Serif";
  font-style: italic;
  font-size: 1.75em;
}
.main-wrapper .center-column .content-box .other-articles .headline-columns-wrapper .article-box .headline-wrapper span.author-datetime-box {
  display: flex;
  gap: 3ch;
  margin-bottom: 5px;
}
.main-wrapper .center-column .content-box .other-articles .headline-columns-wrapper .article-box .headline-wrapper span.author-datetime-box a.author {
  font-family: "Piazzolla";
  font-style: italic;
}
.main-wrapper .center-column .content-box .other-articles .headline-columns-wrapper .article-box .headline-wrapper span.author-datetime-box span.datetime {
  font-family: "Piazzolla";
}
.main-wrapper .center-column .content-box .other-articles .headline-columns-wrapper .article-box span.summary {
  font-family: "Roboto Serif";
  font-weight: 300;
}

/*# sourceMappingURL=articles_article.css.map */
