Code
/* Hide specific elements */
.float-container::after {display: block}
.page_body .centered>#footer{display: none;}
div.widget.Blog .blog-posts .post-outer-container,
div.widget.Blog .blog-posts .post-outer-container {
padding: 0;
}
.comment-form {
display: none;
}
.main .PopularPosts,
.centered-top,
.post-title,
.centered-bottom .svg-icon-24,
.bg-photo-container,
.bg-photo-overlay,
#comments.embed[data-num-comments="0"] {
display: none;
}
.sidebar-container,
.post-bottom,
.social,
.main-container nav .logo a {
display: none;
}
.post-body {
margin: 0;
backdrop-filter: invert(0.84);
}
.Blog .blog-posts .post-outer-container,
.Blog .blog-posts .post-outer-container .post-outer,
.page_body .centered,
.centered-bottom {
padding: 0;
}