.header-button a {
    background: #fb0e0e !important;
    border: 2px solid white !important;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    animation: tada 1.2s infinite, glowRed 1.5s infinite alternate;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.8), 0 0 20px rgba(255, 0, 0, 0.6);
}
.dark .section-title-normal, .dark .section-title-normal span {
    border-bottom: 0;
}
.ux-menu-link__link {
    text-transform: uppercase;
    min-height: auto;
    padding: 10px 0;
}
.section-title-center b {
    background: transparent;
}
.section-title-center span {
    font-size: 24px;
}
.content-home ul {
    margin-left: 30px;
}
.post-item .box {
    background: #fff;
}
.right-head, span.widget-title {
    display: block;
    background: var(--primary-color);
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
    text-transform: inherit;
    font-weight: bold;
    color: #fff;
}
.breadcrumb {
    padding-top: 10px;
    font-size: 15px;
}
.content-home {
    background: #fff;
    padding: 10px;
}