body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    background-color: #1c1c1c;
    color: #fff;
}

.wow-header {
    background-color: #8b0000;
    padding: 5px 0;
    text-align: center;
}

.logo {
    color: #ffd700;
    font-size: 32px;
    font-weight: bold;
}

.hero-banner {
    background: #000;
    padding: 50px 20px;
    text-align: center;
}

.main-title {
    font-size: 48px;
    color: #ffcc00;
}

.sub-title {
    font-size: 20px;
    color: #ffffff;
    margin-top: 10px;
}

.cta-text {
    font-size: 26px;
    margin-top: 20px;
}

.highlight {
    color: red;
    font-weight: bold;
}

.buttons {
    margin-top: 30px;
}

.btn {
    display: inline-block;
    padding: 10px 25px;
    margin: 5px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

.btn.daftar {
    background-color: red;
    color: white;
}

.btn.promo {
    background-color: gray;
    color: white;
}


.banner-img {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 30px;
    display: block;
}

.posts-section {
    padding: 40px 20px;
    background-color: #2a2a2a;
}

.post {
    margin-bottom: 30px;
    border-bottom: 1px solid #444;
    padding-bottom: 20px;
}

.post-title {
    font-size: 24px;
    color: #ffd700;
    margin-bottom: 10px;
}

.post-title a {
    color: inherit;
    text-decoration: none;
}

.post-content {
    font-size: 16px;
    color: #ddd;
}
