.header-button > a {
    background: #fedc4a;
    color: #000;
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
    font-size: 14px;
    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);
}
}
.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-bottom-nav > li.active > a, .header-bottom-nav > li > a:hover {
    color: #fedb55 !important;
    border: solid 1px;
    border-radius: 99px;
}
.header-bottom-nav > li > a {
    padding: 5px;
    border: 1px solid transparent;
}
.btn-game{
    animation: zoom-in-zoom-out .8s ease infinite;
}
.boxgame .button {
    color: #000;
    border-radius: 99px;
}
.section-title-center span {
    background: #393939;
    padding: 5px 10px;
    font-size: 24px;
    border-radius: 5px;
}
footer .section {
    border-top: solid 5px #980303 !important;
}
.ux-menu-link__link:hover {
    color: #fddc53 !important;
}
.copyright-footer {
    color: #fff;
    font-size: 14px;
}
.breadcrumb {
    padding-top: 12px;
    font-size: 14px;
}
#comments ,.widget .is-divider {
    display: none;
}
.entry-divider {
    height: 1px;
    max-width: 100%;
    background: #393939;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.archive-page-header .page-title {
    color: #fedc4a;
    font-size: 18px;
}
.post-item .box {
    border: solid 1px #393939;
}
.post-item .box .box-text {
    padding: 12px;
}
.post-item .box .box-text a {
    color: #fedc4a;
    font-size: 18px;
}