body {
    font-family: 'Noto Sans JP', "Kiwi Maru", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #2b3e2f; /* ダークグリーン背景 */
    color: #f1f1f1; /* 明るい文字色 */
  }
.topp{
  margin-top: 100px;
}
.imaging{
  width: 100%;
  text-align: center;


}
/* ヘッダー */
header {
    background-color: #2b3e2f; /* ダークグリーン */
    color: #f1f1f1; /* 明るい文字色 */
    padding: 30px;
    text-align: center;
    border-bottom: 5px solid #4b7a41; /* 濃い緑のボーダー */
}

header h1 {
    font-size: 3rem;
    margin-bottom: 10px;
    font-family: 'Cursive', sans-serif; /* 手書き風のフォント */
}

header h2 {
    font-size: 2rem;
    color: #f1f1f1;
    font-weight: normal;
    margin-top: 10px;
}
