@keyframes fade-in {
  from { opacity: 0 };
  to { opacity: 1 };
}

body.display-root-overlay > div:not(#root) {
  display: none;
}

.no-bundle__wrapper {
  align-items: center;
  animation-duration: 0.5s;
  animation-name: fade-in;
  animation-timing-function: ease-in;
  display: flex;
  height: 100vh;
  justify-content: center;
  width: 100vw;
}

.no-bundle__box {
  border-radius: 0.6vw;
  padding: 40px;
  width: 600px;
}

.no-bundle__para {
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.no-bundle__para em {
  font-style: normal;
  font-weight: 500;
}

.no-bundle__para + .no-bundle__para {
  margin: 20px 0;
}

.no-bundle__text,
.no-bundle__link,
.no-bundle__action-btn {
  font-family: 'Roboto',Roboto,sans-serif;
  font-size: 1.2rem;
  text-align: center;
}

.no-bundle__link,
.no-bundle__link:visited {
  color: #1fbaa6;
}

.no-bundle__btn-wrapper {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}

.no-bundle__action-btn {
  align-items: center;
  border-radius: 5px;
  border: none;
  color: white;
  cursor: pointer;
  line-height: 3;
  outline: 0;
  padding: 0 26px;
  background-color: #1fbaa6;
}

.no-dup__wrapper {
  align-items: center;
  background: black;
  display: flex;
  height: 100vh;
  justify-content: center;
  width: 100vw;
}

.no-dup__text {
  color: white;
  font-family: 'Roboto',Roboto,sans-serif;
  font-size: 1.8vw;
  line-height: 1.5;
  text-align: center;
  width: 50vw;
}
