/*
Theme Name: My Lottery Sambad Theme
Theme URI: https://pricedekho.online
Author: Custom Creator
Description: Super fast and Ad-Optimized theme for Lottery Sambad Results.
Version: 1.1
*/

body {
    font-family: 'Segoe UI', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f7f9fc;
    color: #333;
    text-align: center;
}
header {
    background-color: #d32f2f;
    color: white;
    padding: 20px;
    font-size: 26px;
    font-weight: bold;
}
.container {
    max-width: 800px;
    margin: 30px auto;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
footer {
    margin-top: 50px;
    padding: 20px;
    background-color: #222;
    color: #ccc;
    font-size: 14px;
}
footer a {
    color: #ff9800;
    text-decoration: none;
    margin: 0 10px;
}
footer a:hover {
    text-decoration: underline;
}