html,
body {
  font-family: "Open Sans", sans-serif;
}

.message {
  display: flex;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #262626;
}

.message .logo-image {
  display: inline-block;
  height: 10vh;
}

.message .text {
  margin-top: 5vh;
  text-align: center;
  font-size: 3.5vh;
  font-weight: bold;
  color: #7fdd88;
}

.message .image {
  display: inline-block;
  width: 20vh;
  margin-top: 1vh;
}

.interstitial {
  display: flex;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #262626;
  /* background: transparent url("/img/interstitial-bg.png") 50% no-repeat;
  background-size: cover; */
}

.interstitial .interstitial__logo {
  width: 35vh;
  height: 100px;
  background: transparent url("/img/logo.svg") 50% no-repeat;
  background-size: contain;
}


.label {
  color: #fff;
  font-size: 24px;
}

#timer {
  color: #fff;
  font-size: 18px;
  margin-top: 32px;
}

#logo {
  margin-bottom: 12px;
}