body{
    margin:0;
    font-family:Arial;
    background:#f2f2f2;
}

.header{
    background: linear-gradient(90deg, red, blue);
    color:#fff;
    text-align:center;
    padding:15px;
}

.clock{
    font-size:28px;
    font-weight:bold;
}

#date{
    font-size:16px;
}

.notice{
    background:#ffcc00;
    padding:10px;
    text-align:center;
    font-weight:bold;
}

.container{
    padding:10px;
}

.card{
    background:#1e3c72;
    color:#fff;
    border-radius:12px;
    padding:15px;
    margin-bottom:15px;
    box-shadow:0 4px 10px rgba(0,0,0,0.2);
}

.top{
    display:flex;
    justify-content:space-between;
    font-size:14px;
}

.name{
    text-align:center;
    font-size:20px;
    font-weight:bold;
    margin:5px 0;
}

.result{
    text-align:center;
    font-size:22px;
    margin:10px 0;
}

.buttons{
    display:flex;
    justify-content:space-between;
}

.btn{
    padding:8px 15px;
    border-radius:6px;
    color:#fff;
    text-decoration:none;
}

.jodi{ background:#ff4d4d; }
.panel{ background:#00c6ff; }

.bottom-contact-box{
    background:#ffffff;
    margin:15px;
    padding:20px;
    border-radius:15px;
    box-shadow:0 4px 15px rgba(0,0,0,0.15);
    text-align:center;
}

.contact-title{
    font-size:22px;
    font-weight:bold;
    margin-bottom:15px;
    color:#111;
}

.contact-item{
    font-size:17px;
    margin-bottom:12px;
    color:#333;
    line-height:28px;
}

.contact-item a{
    color:#0a58ff;
    text-decoration:none;
    font-weight:bold;
}

.whatsapp-btn{
    display:inline-block;
    margin-top:10px;
    padding:12px 25px;
    border-radius:10px;
    background:linear-gradient(45deg, red, blue);
    color:#fff;
    text-decoration:none;
    font-weight:bold;
    font-size:16px;
}