.post {
  font-family: "Ojuju", sans-serif !important;
  font-weight: 400 !important;
  font-size: large !important;
  font-style: normal !important;
  padding: 0.75rem 1rem !important;
  background: linear-gradient(90deg, #050803, #07150a) !important;
  border: 5px solid rgb(33, 156, 101) !important;
}
.post p {
  color: white !important;
}
.post li {
  color: white !important;
}
.post .table {
  color: white !important;
}
.post #thesis-toc a {
  color: rgb(125, 206, 147) !important;
}
.post .post-title {
  color: rgb(109, 255, 47) !important;
}
.post h1 {
  margin: 3rem 0 1rem 0 !important;
  font-size: 20px !important;
  color: rgb(24, 174, 64) !important;
  border-bottom: 1px solid #58c315 !important;
  padding-bottom: 0.75rem !important;
}
.post h2 {
  color: rgb(82, 126, 16) !important;
  text-decoration-color: rgb(82, 126, 16) !important;
}
.post h3 {
  color: rgb(125, 206, 147) !important;
}