#noscript {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999999999999999;
  background-color: rgb(10, 10, 10);
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: text;
}

#noscript>div.wrapper {
  text-align: center;
}

#noscript>div.wrapper>h1 {
  font-family: 'montserrat-extrabold';
  color: white;
  font-size: 42px;
  margin: 0;
}

#noscript>div.wrapper>p {
  margin: 0;
  color: white;
  font-family: 'montserrat-light';
  margin-top: 15px;
  font-size: 22px;
}

#noscript>div.wrapper>img {
  height: 250px;
}