/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

.box {
  text-align: center;
}

/* 見出しを中央寄せ */
.page-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

/* ボタンを中央寄せ */
.button-container {
  text-align: center;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  background: #007BFF;
  color: white;
  text-decoration: none;
  border-radius: 4px;
}
table {
          font-size: 14px;
        }