/* 
File: style.css
Path: /wp-content/themes/your-theme/style.css
*/
/*
Theme Name: inutoku
Theme URI: https://example.com/your-theme
Author: Your Name
Author URI: https://example.com
Description: A brief description of your theme
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: inutoku
*/

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
    max-width: 480px;
    color: #333333;
    margin: 0 auto;
}

.site{
    background-color: #FFE7C4;
}

.site-main{
    padding: 20px;
}

.site-footer{
    background-color: #333333;
    padding: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.site-footer img{
    display: block;
    margin: 0 auto;
    max-width: 30%;
}