body {
  min-height: max(100vh, 200vw);
}

.site-kuaibo-content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 40px 24px;
  text-align: center;
}

.info-cover {
  position: absolute;
  inset: 0;
  opacity: 1;
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
}