/*
Theme Name: Rajya Sainik Board
Theme URI: https://rajyasainikboard.in/
Author: Sandip Manna
Author URI: https://codelogics.com
Description: A very basic WordPress starter theme.
Version: 1.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: basic-theme
*/

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f5f5f5;
}

.container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

header, footer {
    background: #222;
    color: #fff;
    padding: 20px 0;
}

a {
    color: #0073aa;
    text-decoration: none;
}
