/*
Theme Name: Jasch Industries
Author: Vivek Singh
Description: A custom WordPress theme for Jasch Industries.
Version: 1.0
*/

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #333;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.site-header {
    background: #1a1a1a;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
.site-header a {
    color: #fff;
    text-decoration: none;
}
.site-footer {
    background: #f4f4f4;
    text-align: center;
    padding: 20px 0;
    margin-top: 40px;
    border-top: 1px solid #ddd;
}
.entry-title {
    color: #1a1a1a;
}