/*
Theme Name: UBT Sheba Theme
Theme URI: https://ubtsheba.com.bd
Author: Your Name
Author URI: Your URL
Description: A custom WordPress theme inspired by ubtsheba.com.bd
Version: 1.0
License: GPLv2 or later
Text Domain: ubtsheba-theme
*/

/* Basic Styles */
body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
    margin: 0;
    padding: 0;
}

header {
    background-color: #005a87;
    color: white;
    padding: 20px;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px;
}
