html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background-color: black;
  font-family: Arial, sans-serif;
}

.no-script {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  flex-direction: column;
  text-align: center;
  font-size: 3rem;
  padding: 0.5em;
}

.javascript {
  width: 100px;
}

.javascript_inverted {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.text {
  font-size: 1.4rem;
  color: white
}