body {
  position: relative;
  height: 100vh;
  margin: 0;
}

.interstitial-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
}

#offline-resources {
  display: none;
}