body {
  color: #333;
  font-family: quiche-sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.temp-page {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.wait-text {
  font-size: 16px;
}

.logo {
  height: 60px;
}

@media screen and (max-width: 767px) {
  .logo {
    height: 40px;
  }
}


