  <style>
    /* ===== Global Styles ===== */
    :root {
        --primary-color: #ff0500;
        --secondary-color: #1100ff;
        --text-color: #000;
        --light-bg: #f5f5f5;
        --dark-bg: #000;
        --border-color: #ddd;
    }
    
    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    .overlay{
            position:fixed;
            top:0;
            bottom:0;
            left:0;
            right:0;
            background:rgba(0,0,0,.7);
            transition:opacity .5s;
            visibility:visible;
            opacity:1;
            z-index:999
         }
        .overlay:target{
            visibility:hidden;
            opacity:0
        }
.popup{
            top:50%;
            left:50%;
            transform:translate(-50%,-50%);
            padding:2px;
            border-radius:5px;
            width:20%;
            position:relative;
        }
        .popup h2{
            margin-top:0;
            color:#333;
            font-family:Tahoma,Arial,sans-serif
        }
        .popup .close{
            position:absolute;
            right:5px;
            transition:.2s;
            font-size:30px;
            font-weight:700;
            text-decoration:none;
            color:#fff;
        }
            
        .popup .close:hover{
            color:#06d85f
        }
        .popup .content{
            max-height:30%;
            overflow:auto;
            margin-top:30px
        }
        @media screen and (max-width:700px){.popup{width:85%}
}
div {
    box-sizing: border-box;
    
}
    body {
        font-family: 'Oswald', sans-serif;
        line-height: 1.6;
        color: #000;
        background: #f5f0f0;
        overflow-x: hidden;
    }
    .floating-top {
        background: transfarant; top: 0; height: auto; left: 0; padding: 0px; position: fixed; text-align: center; width: 100%; z-index: 1001;
    }
    .floating-bottom {
        background: transfarant; bottom: 0; height: auto; left: 0; padding: 0px; position: fixed; text-align: center; width: 100%; z-index: 1001;
    }

    .floating-top img {
        width: 40%;
    }
    .floating-bottom img {
        width: 40%;
    }
    .headerbanner{
        text-align:center;
    }
    .headerbanner img {
        width:49.5%;
    }
    
    a {
        color: black;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    
    a:hover {
        color: #000000;
    }
    
    img {
        max-width: 100%;
        height: auto;
    }
    
    /* ===== Layout Styles ===== */
    .container2 {
        width: 80%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px;
    }
    
    .head {
        width: 100%;
        padding: 20px 0;
        background: #fffcfc;
        border-top: 50px solid #ff802c;
    }
    
.logo {
    display: block;
    height: 240px;
    width: 650px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
    
    .menu {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        background: linear-gradient(to right, #ff802c, #ed6912, #ff6600) !important;
        padding: 10px 0;
       
    }
    
    .menu a {
        padding: 10px 20px;
        margin: 0 5px;
        font-size: 18px;
        font-weight: 600;
        color: white;
    }
    .menu a:hover {
        color: black;
        transform: translateY(-2px);
    }
    
    .content {
        background: rgba(255,255,255,0.95);
        padding: 0px;
        border-radius: 8px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        margin-bottom: 30px;
    }
   
   .datapaito {
    width: 100%;
    margin-bottom: 10px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background:transparent;
}
#top-bar {
    background-color: #291a00;
}
.entry-content a {
    text-decoration: none;
}
.entry-content a:hover {
    text-decoration: underline;
}
.datapaito td, .datapaito th {
    border:1px solid #ddd; padding:4px 0;  font-weight:normal; text-align:center;
}
.datapaito .tahun th {
    background: transparent; padding:6px 0; font-size:120%; font-weight:bold; color:#fff;
}
.datapaito .hari th {
    background: #ff6600; font-weight:700; color: #fff;
}
.datapaito tr:not(.hari):not(.tahun) td {
    background:transparent; color:#000; font-size:14px;
}
.datapaito tr:not(.hari):not(.tahun):nth-last-child(5n+1) td {
    background:transparent;
}
.d-sm-none {
    display: none !important;
}

#myTable {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 16px
}

#myTable td, #myTable th {
    text-align: center;
    background: #fff;
    padding: 3px 0 3px 0;
    border: 1px solid #ddd;
    font-size: 15px;
    color: #000;
}

#myTable th {
    color: white;
    background: #ff6600;
    font-size: 15px
}

#myTable tr {
    border: 1px solid #ddd;
}

#myTable tr:hover {
    border: 1px solid #ddd;
}

#dtTable {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 16px
}

#dtTable td, #dtTable th {
    text-align: center;
    background: #fff;
    padding: 3px 0 3px 0;
    border: 1px solid #ddd;
    font-size: 15px;
    color: #000;
}

#dtTable th {
    color: white;
    background: #ff6600;
    font-size: 16px;
    border: 1px solid #ddd;
}

#dtTable tr {
    border: 1px solid #ddd;
}

#dtTable tr:hover {
    border: 1px solid #ddd;
}

.lassres {
    width: 90%;
    margin: auto;
}

.lassres table {
    width: 100%;
    

}

.content {
	width: 100%;
	border: 1px solid #b9ae9f;
    
}

h1, h2, h3 {
	text-align: center;
	
}

h3 {
	font-family: arial;
	margin: 40px 0px;
	color: black;
	font-size: 28px;
}

.title-head {
	font-size: 24px;
	text-decoration: none;
	color: black;
	
}

.title-footer {
	font-size: 28px;
	text-decoration: none;
	color: black;
}

.content p {
	text-align: justify;
	font-size: 16px;
	color: black;
	margin: 30px;
}
@media only screen and (max-device-width: 768px) {
    
  .floating-top img {
width:100%
}
.floating-bottom img {
width:100%
}
  .headerbanner img{
  width:100%;
  }
  .container2 {
        width: 100%;
        
        
    }
    
    .logo {
    width: 280px;   
    height: 80px;
    margin: auto;
    }
    .banner1 {
        display: block;
        
    }
    
    .banner1 img {
        display: block;
        width: 100%;
    }
    
    .lassres {
    width: 100%;
    margin: auto;
    
    }

    .lassres tableresult {
    width: 100%;
    padding: 0 0 0 0;
    border: 1px solid white;    
    }

    .lassres img {
    width: 100%;
    height: auto;
    padding: 1px 0 0 0;
    }
    
    
    .banner2 {
        display: block;
        
    }
    
    .banner2 img {
        display: block;
        width: 100%;
    }
    
    .banner {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.banner img {
    display: inline-block;
    width: 48%;
    box-sizing: border-box;
    margin: 5px;
}
.banner-float {
    position: fixed;
    width: 100%;
    text-align: center;
    bottom: 1px;
    z-index: 9999;
}

.banner-float img {
    width: 728px;
    
}
  
    h3 {
        font-size: 14px;
        
    }
    
    .title-footer {
        font-size: 14px;
        
    }
    
    .banner-float {
        width: 100%;
        
    }

    .banner-top {
        width: 100%;
        
    }
    
    .banner-float img {
        width: 100%;
        
    }

    .banner-top img {
        width: 100%;
        
    }
    

}

@media only screen and (max-device-width: 550px) {
 
  .banner1 img {
        display: inline-block;
        width: 100%;
    }
}  
.banner1 {
        display: block;
        text-align:center;
    }
    
.banner img {
        display: block;
        width: 100%;
        margin: 0px;
    }
    .banner-float {
        width: 100%;
        
    }
    
    .banner-float img {
        width: 100%;
        
    }
    }   
    /* ===== Special Elements ===== */
    .update-box {
        background: #fffcfc;
        border-left: 4px solid #ffc107;
        padding: 15px;
        margin: 20px 0;
        border-radius: 0 5px 5px 0;
    }
    .faq-item {
        background: #fffcfc;
        padding: 8px;
    }
    
    .faq-question {
        font-weight: bold;
        color: black;
        font-size: 1.1rem;
    }
    
    /* ===== Footer ===== */
    footer {
        text-align: center;
        padding: 10px;
        color: #000;
        font-size: 14px;
    }

    </style>