#masthead {
    background: linear-gradient(0deg, rgba(45, 0, 128, 1) 0%, rgb(67 64 64) 100%);
}
#masthead {
    background: linear-gradient(0deg, rgba(45, 0, 128, 1) 0%, rgb(67 64 64) 100%);
}
.header-button a {
    background: #a400ff;
    padding: 3px 20px;
        animation: pulse 1s ease-in-out infinite;
}
@keyframes pulse{
    0%, 100% {
    transform: scale(1);
}
50% {
    transform: scale(1.05);
}
}
.imggame {
    animation: btnAnimation .6s linear infinite;
}
@keyframes btnAnimation{
   0% {
    transform: scale(1.04);
    -webkit-filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
    filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
}
50% {
    transform: scale(1);
    -webkit-filter: none;
    filter: none;
}
100% {
    transform: scale(1.04);
    -webkit-filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
    filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
}     
}
.section-title-normal, .section-title-normal span, .section-title-center span {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    background: linear-gradient(90deg, #f6ce75 0%, #FFCC66 45%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    text-shadow: 0 0 10px rgb(255 230 0 / .8);
    text-transform: inherit;
}
.content-home {
    scrollbar-width: thin;
    scrollbar-color: #ffffff transparent;
    height: 600px;
    overflow-y: auto;
    position: relative;
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 10px;
}
.section-title-center b {
    background: transparent;
}
.post-item .box {
    border: solid 1px #fff;
    border-radius: 10px;
    padding: 5px;
}
.colGame>.col-inner {
    background: #5c058d;
    padding: 20px;
    border-radius: 10px;
    border: solid 2px;
}
.copyright-footer {
    color: #fff;
    font-size: 12px;
}
.ux-menu-link__link {min-height: auto;}
.ux-menu-link__link:hover {
    color: #eae824 !important;
}
footer {
    background: #34156b;
    padding-top: 30px;
}
.breadcrumb {
    padding: 10px 0;
    font-size: 14px;
}
#comments{
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.post-item .box-text {
    padding: 15px;
}