/*
Theme Name: Minimal
Theme URI: https://wordpress.org/
Author: WordPress Team
Author URI: https://wordpress.org/
Description: A minimal WordPress theme placeholder
Version: 1.0
License: GNU GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: minimal
*/
body {
  font-family: sans-serif;
  max-width: 720px;
  margin: 80px auto;
  padding: 0 20px;
  line-height: 1.6;
}
h1 {
  font-size: 28px;
}
footer {
  margin-top: 40px;
  color: #666;
  font-size: 14px;
}
