.site-box {
    text-align: center;
    background-image: url(https://gooseonoob.nekoweb.org/capy-optimized.gif); /* Only nekoweb URLs allowed, use full url to your site like https://example.nekoweb.org/images/coolbg.png */
    background-repeat: no-repeat;
    background-size: cover;
    color: #b08271;
    font-size: 12px;
}
.site-box > a > p {
    color: yellow;
    font-weight: bold;
    text-shadow: 2px 2px green;
    font-size: 24px;
    font-family: Times New Roman;
    transform: scale3d(1,2,1) rotate(6deg);
    padding-top: 30px;
}
.site-box > a > span {
    color: white;
    display: none;
}

.site-box .sitefeature {
	display: none;
}

/* Style for your 'Follow on Nekoweb' button (<iframe src="https://nekoweb.org/frame/follow" frameborder="0" width="170" height="28"></iframe>) */
.follow {

}