.site-box {
    text-align: center;
    background-image: url(https://kadser.nekoweb.org/kadser.nekoweb.org/assets/kadsercornerthumbnail2.jpg); /* Only nekoweb URLs allowed, use full url to your site like https://example.nekoweb.org/images/coolbg.png */
    background-repeat: no-repeat;
    top: 10px;
}
.site-box > a > p {
    color: white;
    background-color: pink;
    z-index: 10;
    display: inline;
    left: 20px;
    bottom: 20px;
    position: relative;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    font-family: "Comic Sans MS", "Comic Sans", cursive;
}
.site-box > a > span {
    opacity: 0;
    font-size: 55px;
}

.site-box .sitefeature {
    display: none;
}

.post-box {
    background-color: #fff2cc;
    border: 4px solid #ecbfa6;
    padding: 15px;
    border-radius: 5px;
    color: #634c53;
    font-weight: normal;
}

.post-box .post-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
}