
.body {
  position: relative;
  height: 100vh;
  min-height: 600px;/* 最低限のコンテンツの高さを維持 */
}

.container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
