/* custom-style.css */
body {
    background-color: #f0f0f0 !important;
}

h1 {
    color: #333;
}

@media (max-width: 767px) {
    .post-body h2 {
        font-size: 1.25rem;
    }
}
