.header-main {
    background: radial-gradient(circle, #ff812f 0%, #733400 100%);
}
.header-button > a {
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    outline: none;
}
.header-button > a {
    background: linear-gradient(0deg, rgb(255 156 25) 0%, rgb(211 148 7) 100%);
    color: #fff;
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 5px !important;
    font-size: 14px;
}
.header-button > a {
    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);
}
}
.section-title-center b {
    background: transparent;
}
.section-title-center span {
    font-size: 24px;
}
.section-title-center {
    border-bottom: solid 1px;
}
.sapo {
    background: #fd9c1929;
    padding: 20px;
    border-radius: 10px;
}
.sapo * {
    margin-bottom: 0;
    font-style: italic;
}
.btngame {
    margin: 0 auto;
    animation: zoom-in-zoom-out .8s ease infinite;
}
.home-content {
    background: #252525;
    padding: 20px 20px;
    height: 780px;
    overflow-y: auto;
    padding: 15px;
    border-radius: 10px;
    border: solid #ffcb47;
}
.home-content {
    scrollbar-width: thin;
    scrollbar-color: #fee9a3 transparent;
}
.post-item .box {
    border: solid 1px #f7cd35;
}
.post-item .box .box-text {padding: 10px;}
.copyright-footer {
    color: #fff;
}
footer {
    padding-top: 30px;
    background: #161616;
}
.ux-menu-link__link {
    min-height: auto;
}
.ux-menu-link__link:hover {
    color: #f7cd35 !important;
}
.ux-menu-link__link {
    font-size: 15px;
}
.breadcrumb {
    padding-top: 12px;
    color: #fff;
}
.breadcrumb {
    padding-top: 12px;
    color: #fff;
}
.entry-divider {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments {
    display: none;
}
.archive-page-header .page-title {
    text-align: center;
}