.aligncenter.size-full.wp-image-25 {
  border-radius: 10px;
  margin-top: -30px;
}

h1 {
  color: #cf8888;
}

h2 {
  color: #e36b6b;
}

.entry-content table td {
  background-color: #c49191;
  color: #000000;
  font-weight: bold;
}

.post-card__title a {
  color: #dc7ade;
}

img {
  border-radius: 12px;
}

img:hover {
  border-radius: 12px;
  box-shadow: 0 0 5px 2px blue;
}

.btn:not(:disabled):not(.disabled) {
  font-weight: bold;
  margin-top: 10px;
}



.table-of-contents.open {
  color: #000000;
  border-radius: 5px;
  background-color: #c9c9c9;
}