body {
  background-color: black;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  color: #8a2025;
}
.breadcrumb,
.breadcrumb a {
  color: white;
}
header > h1 > a,
footer {
  color: #8a2025;
}

h2,
h3,
time {
  color: #8a2025;
}

a:hover {
  text-shadow: none;
}

main {
  background-color: #130101;
  border: 6px double #7e03037e;
}

.tab-label {
  background-color: black;
  color: #8a2025;
  border: 1px solid #8a2025;
  box-shadow: 0px 2px 0px #8a2025;
}

article {
  border: 1px solid #8a2025;
  background-color: #000000;
  overflow-x: hidden;
}

article p {
  color: #8a2025;
  border: 1px solid #8a2025;
}

.myth-comics img {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.thought {
  text-align: center;
}

.speech {
  background-color: black;
  padding: 10px;
  display: flex;
  align-items: center;
  color: white;
}

.profile {
  max-width: 100px;
  margin-right: 30px;
}
