/*STYLING THE (MAIN) SECTION*/
main {
  border-top: 1px solid rgba(var(--b38, 219, 219, 219), 1);
}
main .post {
  background-color: white;
}
main .post h2 {
  font-size: 18px;
  font-weight: 600;
}
main .post h3 {
  font-size: 16px;
  margin-top: 10px;
  font-weight: normal;
}

.menu {
  font-size: 13px;
  text-align: center;
}
.menu .col-3 svg {
  height: 52px;
  margin-top: -3px;
}
.menu .posts {
  border-top: 1px solid black;
}
.menu .text-off {
  color: #8e8e8e;
  letter-spacing: 1px;
  cursor: pointer;
}/*# sourceMappingURL=main.css.map */