/*
Theme Name: Arcturus
Theme URI: [https://arcturus-plant.ru](https://arcturus-plant.ru)
Author: Ваше Имя
Author URI: [https://arcturus-plant.ru](https://arcturus-plant.ru)
Description: Базовая тема для изучения WordPress, созданная с нуля.
Version: 1.0
License: GNU General Public License v2 or later
License URI: [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html)
Text Domain: my-first-theme
*/

/* Ниже будут ваши базовые CSS стили */
body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
    margin: 0;
    padding: 0;
}