body {
    background: #77c9f8 !important;
    margin: 0;
    text-align: center;
}

.ast-primary-header-bar {
    background: #91bd35 !important;
    box-shadow: none !important;
}

/*.site-header,
.site-header::after,
.site-header::before,
/*.ast-primary-header-bar::after,
.ast-primary-header-bar::before,*/

.ast-primary-header-bar,
#content.site-content {
    border: none !important;
    box-shadow: none !important;
}

#primary {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.ast-article-single {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
}

.site-header::after,
.ast-primary-header-bar::after {
    display: none !important;
    content: none !important;
}

/*Masuk ke bagian konten*/

.entry-header {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.entry-content br:first-child {
    display: none;
}

.entry-content h1 {
    margin-bottom: 0px;
}

.entry-content p {
    margin-bottom: 0px;
}

.entry-content a {
    display: inline-block;
    margin-bottom: 0px;
}

.menu-container-game a {
    background: none !important;
    color: inherit !important;
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.menu-container-game a:hover,
.menu-container-game a:focus,
.menu-container-game a:focus-visible,
.menu-container-game a:active {
    outline: none !important;
    box-shadow: none !important;
    background: none !important;
}
h1 {
    margin-bottom: 5vh !important;
    color: white !important;
    -webkit-text-stroke: 2px #1175ad;
}

.menu-container-game {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    font-family: "Arial Black", sans-serif !important;
    font-weight: 900 !important;
    padding: 5px 0;
}

/* Button */
.tombol-batu {
    font-family: "Arial Black", Impact, sans-serif;
    font-size: 20px;
    color: #2a2a2a;
    letter-spacing: 2px;
    width: 70vw;
    max-width: 350px;
    aspect-ratio: 3 / 0.7;
    margin-bottom: 0;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent url("astra-assets/tombol-batu.png") no-repeat
        center / cover !important;
    box-shadow: none !important;
    transition: all 0.1s ease;
}

.tombol-batu:focus,
.tombol-batu:focus-visible {
    outline: none;
    box-shadow: none !important;
}

.tombol-batu:hover {
    transform: translateY(-5px);
    background: transparent url("astra-assets/tombol-batu.png") no-repeat
        center / cover !important;
    box-shadow: none !important;
}

.tombol-batu:active {
    transform: translateY(0px);
}

.library-wrap {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

.teacher-badge {
    position: absolute;
    top: 8px;
    right: 4px;
    background: #fcf7ae;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    border: 2px solid #f7be43;
    white-space: nowrap;
    z-index: 5;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.box1 {
    background-color: #bbbcbe !important;
}
