
#statuscafe-username {
    font-size: smaller;
}
#statuscafe-content {
    font-size: smaller;
}

.status-container {
    background-color: #1a1a24;
    color: #fff;
    padding: 5px;
    border-radius: 16px;
    text-align: center;
    border: #ffcc00;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 12px #ffcc00;
    max-width: 165px;
}

.purple-hr {
    border-color: #a584e4;
}

.post-name {
    color: #ffcc00;
    text-shadow: 0 0 8px #ffcc00, 0 0 15px #ffcc00;
}