div[id^="ad_"] {
    display: none;
}
div[class^="c_ad"] {
    display: none;
}
div[id^="under_post"] {
    display: none;
}
#home {
opacity: 0.85;
margin: 0 auto;
width: 70%;
min-width: 950px;
background-color: #fff;
padding: 30px;
margin-top: 30px;
margin-bottom: 50px;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
body {
color: #000;
background-image: url(https://s4.ax1x.com/2021/12/20/Tnn2AP.png);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
font-size: 12px;
min-height: 101%;
}