body {
  margin: 0;
  padding-left: 0;
}

.no-js-help {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #ffaaaE;
  font-size: 120%;
  /* text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000; */
}

.no-js-help section {
  text-align: center;
}

.no-js-help section h1 {
  color: rgb(0, 0, 0);
  margin-bottom: 1rem;
}

.no-js-help section a {
  color: white;
  text-decoration: underline;
}

/* Add css-debug class for Debugging */
.css-debug * {
  box-sizing: border-box;
  outline: 3px dashed hotpink !important;
  /* background: rgba(121, 121, 255, 0.2) !important; */
}