.header-main {
    background: radial-gradient(circle, #000000 0%, #733400 100%);
}
.header-button > a {
    background: linear-gradient(0deg, rgb(254 220 74) 0%, rgb(212 164 7) 100%);
    color: #000;
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 5px !important;
    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-bottom {
    box-shadow: #f83408 0px 5px 30px;
}
.section-title-container b {
    background: transparent;
}
.section-title-center .section-title-main {
    font-size: 25px;
}
.boxgame .button {
    background: linear-gradient(0deg, rgb(254 220 74) 0%, rgb(212 164 7) 100%);
    color: #000;
}
.btn-game{
    animation: zoom-in-zoom-out .8s ease infinite;
}
.boxgame2 {
    box-shadow: rgb(250 214 67) 3px 3px 6px 0px inset, #fddc53 -3px -3px 6px 1px inset;
    padding: 8px;
    padding-bottom: 0px;
    border-radius: 5px;
}
.btn-2 {
    background: #be1a0c;
}
.btn-3 {
    background: #fddc53;
    color: #000;
}
footer section {
    border-top: solid 5px #be1a0c;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    padding-bottom: 0;
}
.ux-menu-link__link:hover {
    color: #fddc53 !important;
}
.copyright-footer {
    color: #fff;
    font-size: 13px;
}
.breadcrumb {
    padding-top: 20px;
    font-size: 14px;
}
.archive-page-header .page-title {
    text-align: center;
    color: #f5d03c;
}
#comments {
    display: none;
}
.entry-header-text {
    padding-bottom: 0;
}
.entry-divider {
    display: none;
}
#masthead .mobile-nav li a {
    color: #fff;
}