.container {
  font-family: arial;
  font-size: 26px;
  margin: 25px;
}

.profileBox {
  text-align: center;
  width: auto;
  height: auto;
}

.child {
  font-size: 18px;
  width: max-content;
  height: max-content;
  margin-left: auto;
  margin-right: auto;
}

.logoBox {
  text-align: center;
}

p {
  /* 水平方向の中央揃え */
  text-align: left;
}

p.title {
  font-weight: bold;
  text-align: center;
  background-color: cornflowerblue;
}

h1 {
  text-align: center;
  font-size: 12px;
}