body {
    background-image: url(https://godcomplex.cc/wp-content/uploads/2025/05/Screenshot-2025-05-20-173259.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
} 
.date {
    display: none;
}

a {
  color: #ff9232;
}

#c-header {
    background-color: rgba(0, 0, 0, 0.8);
}

#c-header h1 {
    color: white;
}

.text-title {
    color: #0096DA;
}

.c-support-counter button.m-supported,
.c-support-counter button:hover {
  color: #ff9232 !important;
}

.c-support-counter button.m-supported i.icon,
.c-support-counter button:hover i.icon,
.c-support-counter button.no-touch:hover i.icon {
  color: #ffa14f !important;
}

.c-username.m-staff {
  color: #c97327;
}

.c-avatar.m-staff {
  border-color: #c97327;
}

.c-idea-list .c-list-item .c-list-item-title:hover {
  color: #c97327;
}
.c-vote-counter__button--voted, .c-vote-counter__button--voted svg {
    color: #17EBEB;
}

#p-my-settings, #p-admin-general, #p-admin-privacy, #p-admin-advanced, #p-admin-tags, #p-admin-members, #p-admin-invitations, #p-admin-authentication, #p-admin-webhooks, #p-admin-export {
    background-color: rgba(255, 255, 255, 0.8);
    padding-left: 20px;
    padding-right: 22px;
}