/*
Theme Name: Artics
Theme URI: https://yourwebsite.com
Author: Engr. Moon
Author URI: https://yourwebsite.com
Description: Artics is a clean, modern custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: artics
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background: #ffffff;
    color: #000;
}

.container {
    width: 90%;
    margin: auto;
}