/*
Theme Name: My Basic Theme
Author: Your Name
Description: A simple, clean custom WordPress theme built from scratch.
Version: 1.0
*/

body {
    font-family: sans-serif;
    background-color: #f4f4f4;
    color: #333;
    margin: 0;
    padding: 20px;
}
