#top_nav {
    display: none;
}

#under_post_card1 {
    display: none;
}

#under_post_card2 {
    display: none;
}

#green_channel {
    display: none;
}

#author_profile {
    display: none;
}

#div_digg {
    display: none;
}

#topics > div > div.postDesc > a:nth-child(5) {
    display: none;
}

#topics > div > div.postDesc > a:nth-child(6) {
    display: none;
}

#topics > div > div.postDesc > a:nth-child(7) {
    display: none;
}

#topics > div > div.postDesc > a:nth-child(8) {
    display: none;
}

#header {
    background: url(https://s1.ax1x.com/2023/05/19/p94k75R.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#blogTitle {
    background: none;
}

#blogTitle > h1 {
    background: none;
    width: 100%;
    font-size: 64px;
    text-shadow: -1px -1px 0 #000, -2px -1px 0 #000, 2px -1px 0 #000, -2px 1px 0 #000, 2px 1px 0 #000;
}

#blogTitle > h2 {
    width: 100%;
    top: 10px;
    text-align: center;
    font-size: 24px;
    text-shadow: -1px -1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

#tbCommentBody {
    height: 200px;
}

#comment_form_container > div.commentbox_main.comment_textarea {
    max-width: none;
}

#commentbox_opt {
    display: none;
}

#commentform_title {
    margin-left: 10px;
}