.app-bootstrap-fallback {
  box-sizing: border-box;
  display: grid;
  min-height: 100vh;
  place-content: center;
  justify-items: center;
  gap: 12px;
  padding: 32px 24px;
  background: #f5f8f7;
  color: #20342f;
  font-family:
    Inter,
    Pretendard,
    'Noto Sans KR',
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  text-align: center;
}

.app-bootstrap-fallback > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 12px;
  background: #f2ca52;
  color: #18352f;
  font-size: 24px;
  font-weight: 800;
}

.app-bootstrap-fallback strong {
  font-size: 20px;
}

.app-bootstrap-fallback p {
  max-width: 360px;
  margin: 0;
  color: #526660;
  font-size: 14px;
  line-height: 1.6;
}
