/*
Theme Name: Yooz Mag
Author: Amir Bakhshi (Yooz Group)
Description: Custom theme to integrate WordPress with in MVC project.
Version: 1.0
*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
}

h1 {
    color: #333;
}

p {
    font-size: 16px;
    line-height: 1.6;
}
