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

h2,
h3,
time {
  color: #4620f0;
}

a:hover {
  text-shadow: none;
}

main {
  background-color: #080223;
  border: 1px solid #4620f0;
}

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

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

article p {
  color: #4620f0;
  border: 1px solid #4620f0;
  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: rgba(0, 0, 0, 0.518);
  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: 800px) {
  .speech {
    font-size: small;
  }
  .profile {
    margin-bottom: 20px;
  }
  article p {
    font-size: small;
  }
}
