        .body {
            background: #181818 url('https://cdn.qriscloud.asia/files/images/ms-banner/bg-mobile.webp') repeat-x top center;
            color: #fff;
            font-family: 'Segoe UI', Arial, sans-serif;
            margin: 0;
        }
        .wa-bar {
            background: #ff5500;
            color: #fff;
            font-weight: bold;
            padding: 7px 0;
            text-align: center;
            letter-spacing: 1px;
            font-size: 1.07em;
        }
        .main-menu {
            background: #00000094;
            max-width: 800px;
            margin: 0 auto;
            padding: 30px 10px 22px 10px;
            border-radius: 0 0 22px 22px;
            box-shadow: 0 4px 28px #0008;
        }
        .logo-box {
            text-align: center;
            margin-bottom: 12px;
        }
        .logo-box img {
            width: 200px;
        }
        .menu-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 5px 15px;
            margin: 16px 0 0 0;
            justify-content: center;
        }
        .menu-grid a {
            background: linear-gradient(90deg,rgba(194, 169, 25, 1) 0%, rgba(207, 189, 89, 1) 50%, rgba(212, 195, 40, 1) 100%);
            color: #000;
            font-size: 0.9em;
            padding: 5px 5px 5;
            border-radius: 7px;
            text-align: center;
            text-decoration: none;
            transition: background .16s, color .16s;
            border: 2px solid #ffd700;
            letter-spacing: .5px;
        }
        .menu-grid a:hover {
            background: #fffbe3;
            color: #000;
            border-color: #fffbe3;
        }
        .banner-wrap {
            text-align: center;
            margin: 18px 0 10px 0;
        }
        .banner-wrap img, .banner-wrap .banner-carousel {
            width: 98%;
            max-width: 640px;
            border-radius: 18px;
            box-shadow: 0 2px 18px #0007;
        }
        @media (max-width: 600px) {
            .main-menu { padding: 20px 2vw 15px 2vw; }
            .logo-box img { width: 120px; }
            .menu-grid { gap: 8px 8px; }
            .banner-wrap img, .banner-wrap .banner-carousel { border-radius: 9px; }
        }
root@toto:/var/www/prediksitogel/css# cat style.css
        body {
            background: #181818 url('https://cdn.qriscloud.asia/files/images/ms-banner/bg-mobile.webp') repeat-x top center;
            color: #fff;
            font-family: 'Segoe UI', Arial, sans-serif;
            margin: 0;
                        padding: 1rem;
        }
        .main-menu {
            background: #00000094;
            max-width: 800px;
            margin: 0 auto;
            padding: 30px 10px 22px 10px;
            border-radius: 0 0 22px 22px;
            box-shadow: 0 4px 28px #0008;
        }
        .logo-box {
            text-align: center;
            margin-bottom: 12px;
        }
        .logo-box img {
            width: 200px;
        }
        .menu-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 5px 15px;
            margin: 16px 0 0 0;
            justify-content: center;
        }
        .menu-grid a {
            background: linear-gradient(0deg, rgba(253, 215, 2, 1) 0%, rgba(233, 171, 0, 1) 50%);
            color: #000;
            font-size: 0.9em;
            padding: 5px 5px 5px 5px;
            border-radius: 7px;
            text-align: center;
            text-decoration: none;
            transition: background .16s, color .16s;
            border: 1px solid #fff;
            letter-spacing: .5px;
        }
        .menu-grid a:hover {
            background: #fffbe3;
            color: #000;
            border-color: #fffbe3;
        }

                       .menu-grid1 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 5px 15px;
            margin: 16px 0 0 0;
            justify-content: center;
        }
        .menu-grid1 a {
    background: linear-gradient(0deg, #ff3131 0%, #b20000 50%, #ffc9c9 100%);
    color: #ffffff;
    font-size: 1em;
    padding: 10px 5px 10px 5px;
    border-radius: 7px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    transition: background .16s, color .16s;
    border: 1px solid #fff;
    letter-spacing: .5px;
}

        }
        .menu-grid1 a:hover {
            background: #fffbe3;
            color: #000;
            border-color: #fffbe3;
        }

        .banner-wrap {
            text-align: center;
            margin: 18px 0 10px 0;
        }
        .banner-wrap img, .banner-wrap .banner-carousel {
            width: 98%;
            max-width: 640px;
            border-radius: 18px;
            box-shadow: 0 2px 18px #0007;
        }

.tombol-utama2 {
    text-align: center;
    margin: 0 15px 0 15px;
        display:flex;

}
.tombol-utama2 a {
    display: inline-block;
    min-width: 90px;
    text-align: center;
    font-weight: 600;
    font-size: 1.04em;
    border-radius: 8px;
    padding: 9px 32px;
    margin: 0 7px 0 0;
    box-shadow: 0 1px 6px #0002;
    text-decoration: none;
    border: none;
    letter-spacing: 0.2px;
    vertical-align: middle;
    transition: 0.2s;
}
.tombol-utama2 a.login {
    background: linear-gradient(0deg, rgba(253, 215, 2, 1) 0%, rgba(233, 171, 0, 1) 50%);
    color: #000;
    border:1px solid #fff;
}
.tombol-utama2 a.promo {
    background: linear-gradient(0deg,rgba(255, 0, 0, 1) 0%, rgba(168, 0, 0, 1) 50%);
    color: #fff;
    border:1px solid #fff;
}
.tombol-utama2 a:hover { opacity: 0.92; }
@media (max-width:480px){
    .tombol-utama2 a {
        font-size: 1em;
        padding: 8px 0;
        min-width: 100px;
        margin: 0 0 9px 0;
        margin: 0 20px 0 20px;
    }
    .tombol-utama2 { text-align: center; margin: 0 15px 0 15px; }
}

        @media (max-width: 600px) {
            .main-menu { padding: 20px 2vw 15px 2vw; }
            .logo-box img { width: 120px; }
            .menu-grid { gap: 8px 8px; }
            .banner-wrap img, .banner-wrap .banner-carousel { border-radius: 3px; }
        }