.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, #0c1d28) !important;
  border: 5px solid rgb(26, 59, 79) !important;
}
.post p {
  color: white !important;
}
.post li {
  color: white !important;
}
.post .post-title {
  color: rgb(43, 179, 210) !important;
}
.post h1 {
  margin: 3rem 0 1rem 0 !important;
  font-size: 30px !important;
  color: rgb(28, 166, 209) !important;
  border-bottom: 1px solid rgb(28, 166, 209) !important;
  padding-bottom: 0.75rem !important;
}
.post h2 {
  color: rgb(46, 178, 225) !important;
  font-size: 25px !important;
  text-decoration-color: rgb(46, 178, 225) !important;
}
.post h3 {
  color: rgb(85, 184, 230) !important;
  font-size: 20px !important;
}
.post h4 {
  color: rgb(79, 196, 235) !important;
  font-style: italic;
}
.post .table {
  color: white !important;
  border-color: rgb(79, 196, 235) !important;
}
.post #thesis-toc a {
  color: rgb(79, 196, 235) !important;
}