body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

#no-script {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  color: #fffff1;
  background-color: #1e293b;
  width: 100%;
}

#no-script-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 3rem;
  padding: 0.5em;
  border-radius: 0.5em;
}

#no-script-img {
  width: 200px;
  height: 200px;
}

#no-script-maintext {
  font-size: 2rem;
}

#no-script-text {
  font-size: 1rem;
}

@media screen and (max-width: 758px) {
  #no-script-maintext {
    font-size: 1.5rem;
  }

  #no-script-img {
    width: 150px;
    height: 150px;
  }
}
