.no-script {
  height: 100vh;
  position: absolute;
  z-index: 100;
  background-color: #fff;
  width: 100%;
  left: 0;
  top: 0;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.no-script-name {
  padding: 10px 0;
  font-size: 20px;
}

.no-script-problem {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
}

.no-script-cta {}

body {
  margin: 0;
}

.index-spinner {
  background: #fff;
  height: 100vh;
  width: 100vw;
  position: relative;
}

.index-spinner--img {
  position: absolute;
  top: calc(50% - 296px / 2);
  left: calc(50% - 296px / 2);
  width: 296px;
  height: 296px;
}