.copyright-footer {
    color: #fff;
    font-size: 14px;
}
.header-button .button {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: linear-gradient(10deg, #ffb621 0%, #ffec83 100%);
    color: #111;
    font-weight: bold;
    padding: 5px 0;
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid #FFD700;
    text-shadow: 1px 1px 0px #fafad2;
    text-align: center;
    text-decoration: none;
    transition: border-color 0.2s, box-shadow 0.3s, transform 0.2s;
    letter-spacing: 0;
    min-width: 120px;
    box-sizing: border-box;
    z-index: 1;
    line-height: 1;
    padding: 8px 16px;
}
.header-button .button::after {
    content: '';
    position: absolute;
    top: 0;
    left: -60%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    animation: shine-move 2.2s linear infinite;
    pointer-events: none;
    z-index: 2;
}
@keyframes shine-move{
    0% {
        left: -60%;
    }
    100% {
        left: 120%;
    }
}
#masthead .flex-left > ul {
    justify-content: center;
}
#masthead .flex-left > ul>li>a {
    font-size: 15px;
}
#masthead .flex-left > ul>li.active>a, #masthead .flex-left > ul>li>a:hover {
    color: #ffce4c !important;
}
#masthead {
    border-bottom: solid 2px #ffce4c;
}
.section-title-center b {
    background: transparent;
}
.section-title-center span {
    font-weight: bold;
    background: linear-gradient(270deg, red, orange, yellow, green, #ffcf4f, #ffd04f, violet);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: rainbow 5s linear infinite;
}
@keyframes rainbow{
    0% {
    background-position: 0% 50%;
}
100% {
    background-position: 100% 50%;
}
}
.content-home {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
    background: #1e1e1e;
}
.content-home::-webkit-scrollbar {
    width: 8px;
    background-color: #afafaf;
}
.content-home::-webkit-scrollbar-thumb {
    background-color: #ffc841;
    cursor: pointer;
}
.content-home::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(131, 131, 131, 0.3);
    background-color: #5c5c5c;
}
footer .section {
    padding-bottom: 0 !important;
}
.ux-menu-link__link {
    min-height: auto;
    font-weight: bold;
}
.ux-menu-link__link:hover {
    color: #ffce4c !important;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    padding-bottom: 0;
}
.post-item .box {
    background: #1e1e1e;
}
.breadcrumb {
    padding-top: 10px;
}
#comments {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.archive-page-header h1 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 0;
}