body:not(:has(noscript)) {
    background-color: white;
    color: black;
  }

  /* Optional: Center the text on the page */
  body:not(:has(noscript)) {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
  }

  .overlay:not(:has(noscript)) {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
  }