/*
Theme Name: SST
Theme URI: https://example.com/
Author: Sonali Singh
Author URI: https://www.sonalisingh.in/
Description: A minimal custom theme for SS.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sst
Tags: custom, minimal
*/

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f5f6fa;
    color: #222;
}

a {
    color: #1676ef;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.site-header,
.site-footer {
    background: #222;
    color: #fff;
    padding: 20px;
    text-align: center;
}
.site-content {
    max-width: 700px;
    margin: 40px auto;
    background: #fff;
    padding: 32px 24px;
    border-radius: 10px;
    box-shadow: 0 3px 16px rgba(0,0,0,0.08);
}
