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;
}

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

#memoForm4 {
  text-align: center; 
}

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

.jump {
  background-color: lightpink;
  font-size: 3.5em;
}

.gohome {
  background-color: #fffff0;
}