/*
Theme Name: The Simple Demo
Theme URI: https://demo.dm-nw.com/
Author: Demo
Author URI: https://dm-nw.com/
Description: トップページと個別デモページのみを表示する最小WordPressテーマ
Version: 1.0.0
Requires at least: 5.3
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: simple-demo
*/

html, body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  color: #222;
  background: #fff;
}

.wrap {
  max-width: 760px;
  margin: 80px auto;
  padding: 0 20px;
}

a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}