.c-menu{
background-color: #0a5dea;
}

.c-menu .text-title{
color: white;
    font-family: Lora, arial;
    font-weight: 800;
    text-transform: lowercase;
    font-size: 25px;
    margin-top: -5px;
}

.h-6.text-gray-500{
color: white;
}

.c-vote-counter__button--voted, .c-vote-counter__button:hover, .c-vote-counter__button--voted svg, .c-vote-counter__button:hover svg, .hover\:text-primary-base:hover, .c-username--staff{
color: #0a5dea;
}

.c-button--primary{
background-color: #0a5dea;
border-color: #0a5dea;
}

.c-button--primary:hover{
background-color: #0443AE;
}

.c-powered{
display:none;
}