body {
  font-family:'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  background-color: #fffff0;

}

.header {
  width: 100%;
  text-align: center; /* 子要素を中央寄せ */
  margin-top: 20px;
}

h1 {
  font-size: 3.5em;
}

.memo3 {
  text-align: center;
  background-color: lightpink;
}

#memoForm3 {
  text-align: center; 
}

#memoForm3 textarea {
  width: 800px;
  height: 1000px;
  font-size: 24px;
}
