body {
  background: url("../../../images/bat-bg.svg") !important;
  margin: 0;
  padding: 0;
}
.container {
  margin-top: 2.5em;
  margin-bottom: 7em;
}

.entry-content {
  margin: 0 auto;
  max-width: 1500px;
  padding: 0 10px;
}

th {
  background-color: #a512c4 !important;
}

#post-1526 > div > div:nth-child(2) > a {
  font-size: 1rem;

  font-weight: 500;
  color: #26022e;
  transition: all 0.3s ease;
}
#post-1526 > div > div:nth-child(2) > a:hover {
  color: #a512c4 !important;
}
