@charset "utf-8";

/* TEMPORARY PAGE */

/* basic */

*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}

html {
  height: 100%;
}

body {
  min-width: 20rem;
  height: 100%;
  font-family: arial, helvetica, sans-serif;
  color: #000;
  background: #fff;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

/* basic end */

/* temporary page */

.temporary-page {
  width: 100%;
  max-width: 40rem;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0rem auto;
  padding: 2rem 2rem;
}

/* temporary page end */

/* temporary page info */

.temporary-page-info {
}

.temporary-page-info__headline {
  margin: 0rem 0rem 1.5rem 0rem;
  padding-top: 2.5em;
  font-size: 1.75rem;
  line-height: 1.2;
  background: url("temporary-page.svg") no-repeat center top / 1.75em auto;
}

.temporary-page-info__content {
}

.temporary-page-info__content > *:last-child {
  margin-bottom: 0rem;
}

.temporary-page-info__content p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0rem 0rem 1.5rem 0rem;
}

/* temporary page info end */























































