.profile-name {
  font-size: 1.2rem;
  font-weight: normal;
  margin: 20px 0;
  display: block;
}

.profile-text {
  font-size: 0.85rem;
  line-height: 1.7;
  font-family: sans-serif;
  margin-bottom: 1.5em;
}

.main {
  max-width: 600px; /* ←お好みで調整（600〜800pxくらいが読みやすい） */
  margin: 0 auto;   /* 中央寄せ */
  padding: 0 16px;  /* スマホ用に少し余白 */
  line-height: 1.8; /* 行間を少し広げるとさらに読みやすい */
}
