body {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  background-color: black;
  background-image: url(background/dithered-image.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}

main {
  background-color: #ffffff;
  border: 1px solid black;
}

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

article {
  border: 1px solid black;
}

article p {
  color: #000000b3;
  border: 1px solid black;
  font-size: 16px;
}

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

.speech {
  background-color: #ffffff84;
  border: 1px solid black;
  padding: 15px;
  display: flex;
  align-items: center;
}

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

.breadcrumb,
.breadcrumb a {
  color: white;
  margin-top: 0px;
}

@media screen and (max-width: 1000px) {
  .speech {
    font-size: small;
  }
}

.thumbnail {
  max-width: 100%;
  object-fit: cover;
  cursor: pointer;
}
