/*
Theme Name: Hithakarini Samajam
Theme URI: https://hithakarini.org
Author: Your Name
Description: A responsive theme for Hithakarini Samajam.
Version: 1.0
License: GNU General Public License v2 or later
*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.header {
    background: #004080;
    color: white;
    padding: 15px;
    text-align: center;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.navbar {
    text-align: center;
}

.navbar a {
    color: white;
    padding: 10px;
    text-decoration: none;
}

.navbar a:hover {
    background: #002b5c;
}

.container {
    width: 90%;
    margin: auto;
    padding: 20px;
}

.footer {
    background: #004080;
    color: white;
    text-align: center;
    padding: 10px;
}
