.header-main {
    background: radial-gradient(circle, #000000 0%, #8e3215 100%);
}
.header-button > a {
    background: linear-gradient(0deg, rgb(254 200 63) 0%, rgb(254 237 138) 100%);
    color: #000;
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 5px !important;
    font-size: 12px;
    animation: zoom-in-zoom-out .8s ease infinite;
}
@keyframes zoom-in-zoom-out{
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}
.copyright-footer {
    color: #fff;
    font-size: 12px;
}
#footer {
    border-top: solid #fddc53;
}
.ux-menu-link__link {
    min-height: auto;
}
.ux-menu-link__link:hover {
    color: #fdcc2d !important;
}
.section-title-normal {
    border-bottom: solid 1px rgb(39, 39, 43);
}
.section-title-container .section-title {
    font-size: 24px;
    background: linear-gradient(295.21deg, #fef293 30.59%, #fecc48 42.59%, #f6dd78 54.59%, #f2b638 66.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-game {
    animation: zoom-in-zoom-out .8s ease infinite;
}
@keyframes zoom-in-zoom-out{
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}
.btn-game {
    margin: 0 auto;
}
.content-home {
    margin-top: 30px;
    border-radius: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(39, 39, 43);
    border-image: initial;
    background: rgb(12, 12, 12);
    overflow: hidden;
    padding: 30px;
}
.post-item>.col-inner {
    box-shadow: rgb(253 220 83) 3px 3px 6px 0px inset, rgb(253 220 83) -3px -3px 6px 1px inset;
    padding: 8px;
    padding-bottom: 0px;
    border-radius: 5px;
}
.breadcrumb {
    padding: 10px 0;
    border-top: solid 1px rgb(39, 39, 43);
    border-bottom: solid 1px rgb(39, 39, 43);
    background: #212121;
}
.breadcrumb * {
    margin-bottom: 0;
    font-size: 13px;
}
#comments {
    display: none;
}
.blog-single .article-inner {
    border-radius: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(39, 39, 43);
    border-image: initial;
    background: rgb(28 28 28);
    overflow: hidden;
    padding: 30px 30px 0;
}
h1.entry-title {
    font-size: 24px;
    background: linear-gradient(295.21deg, #fef293 30.59%, #fecc48 42.59%, #f6dd78 54.59%, #f2b638 66.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.archive-page-header .page-title {
    font-size: 20px;
    background: linear-gradient(295.21deg, #fef293 30.59%, #fecc48 42.59%, #f6dd78 54.59%, #f2b638 66.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
footer .section-title-normal span {
    font-size: 18px;
}
@media (max-width: 549px){
    .content-home {
        padding: 20px;
    }
    .section-title-container .section-title {
        font-size: 20px;
    }
    .post-item .post-title a {
        font-size: 16px;
    }
}
