.se_code_example {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.bevy_img {
  max-height: 400px;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.post_warning {
  padding: 20px;
  border-radius: 4px;
  background-color: hsl(225, 5%, 12%);
  flex-direction: row;
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.post_warning_text {
  color: hsl(225, 5%, 70%);
}

.warning_img_wrapper {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.post_diff {
  padding: 20px;
  border-radius: 4px;
  background-color: hsl(225, 5%, 12%);
  flex-direction: row;
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.post_diff_text {
  color: hsl(225, 5%, 70%);
}

.post_diff_img_wrapper {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.highlight::-webkit-scrollbar {
  display: none;
}
.highlight {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

pre::-webkit-scrollbar {
  display: none;
}
pre {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.book_rating {
  font-size: 18px;
  font-weight: 400;
  opacity: 0.7;
}

.rating_large_number.bad {
  color: #57b93c;
}

.rating_large_number.okay {
  color: #e2a70d;
}

.rating_large_number.great {
  color: #ea1d63;
}

.rating_large_number {
  font-size: 32px;
  margin-right: -5px;
  font-weight: 700;
}

.book_rating_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.book_rating_container {
  margin-left: 24px;
  flex-shrink: 0;
}

.chess_img {
  max-height: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}


h1 {
  color: hsl(261, 86%, 79%);
}
h2 {
  color: hsl(35, 67%, 65%);
}
h3 {
  color: hsl(89, 50%, 61%);
}

.dark-theme {
  background-color: hsl(234, 20%, 13%) !important;
}

body.dark-theme.dark-theme {
  color: hsl(229, 73%, 86%);
}

.dark-theme .header {
  background-color: hsl(234, 20%, 1%) !important;
}

.post-addendum.post-addendum {
  color: hsl(229, 73%, 80%);
}
