body {
  margin: 0;              /* 余白消す */
  height: 100vh;          /* 画面全体 */
  display: flex;
  justify-content: center; /* 横中央 */
  align-items: flex-start;     /* 上揃えにする */
}

.wrapper {
  text-align: center;
}
