* {
    font-family: ms pgothic;
    margin: 0;
    padding: 0;
    cursor: url(https://cur.cursors-4u.net/anime/ani-11/ani1092.cur), auto !important;
}

p {
    margin: 0;
    padding: 0;
    color: white;
    line-height: 1.25em;
}

body {
    background: url(/graphics/home/) no-repeat;
    background-size: 100% 100%;
    height: 100vh;
    overflow: hidden;
}

.banner {
    width: 35em;
    height: 30em;
    background: white;
    -webkit-mask-image: url(https://i.postimg.cc/Hkxc1xm3/Untitled1486-20250103122457.png);
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    user-select: none;
}

.welcome {
    position: absolute;
    top: 160px;
    left: 25%;
    width: 40em;
    user-select: none;
}

.now-online {
    position: absolute;
    top: 10px;
    right: -10px;
}


main {
    display: flex;
    justify-content: space-evenly;
    align-items: top center;
    margin-top: 20px;
    flex-direction: row;
}

main section {
    border: 1px solid white;
    color: white;
    border-radius: 2px;
    background-color: black;
}

.main-col1 {
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.main-col2 {
    width: 18%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.main-col3 {
    width: 28%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sc-domo {
    position: absolute;
    width: 250px;
    top: 35em;
    right: 0;
}

.polls {
    margin: 0;
    padding: 0;
    overflow: hidden;
}


#statuscafe-username {
    margin-bottom: .5em;
    text-align: center;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}

#statuscafe {
    position: relative;
    padding: .5em;
    background-color: transparent;
    color: white;
    height: 150px;
    clip-path: polygon(1% 1%, 99% 1%, 99% 85%, 20% 85%, 20% 100%, 6% 85%, 1% 85%);
}

#statuscafe a {
    color: gray;
}

#statuscafe::before {
    content: "";
    position: absolute;
    inset: 0;
    background: white;
    clip-path: inherit;
    z-index: -2;
}

#statuscafe::after {
    content: "";
    position: absolute;
    inset: 1px;
    background: black;
    clip-path: inherit;
    z-index: -1;
}

.vampdomo {
    height: 250px;
    margin-top: -50px;
    z-index: 1;
    display: block;
    float: right;
    position: relative;
}

.piclog img {
    max-width: 300px;
    display: block;
    margin: 5px auto;
}
section h3 {
    margin: 5px 3px;
    text-align: center;
    user-select: none;
}

.unavailable-section {
    text-align: center;
    font-style: italic;
    color: gray;
    user-select: none;
    display: block;
    margin: 40% auto;
}

.recently-updated {
    width: 500px;
    border: 1px solid white;
    display: block;
    margin: 20px auto;
    transition: filter 0.5s ease-in-out;
}

.latest-blogs {
    width: 535px;
    height: 500px;
    overflow: hidden;
}


.testblog {
    color: gray;
    display: block;
    margin-top: -125px;
    margin-right: 10px;
    text-align: right;
    font-size: 12px;
}
