body {
      font-family: Arial;
      background-color: black;
      text-align: center;
      color: rgb(255, 255, 255);
      margin: 0px;
      overflow: hidden;
    }

    .sorry {
      font-size: x-large;
      filter: blur(0px);
      text-shadow: black 0.1em 0.1em 0.2em;
      width: 100vw;
      height: 100vh;
      background: linear-gradient(45deg, #000850 0%, #000320 100%),
        radial-gradient(100% 225% at 100% 0%, #ff6928 0%, #000000 100%),
        linear-gradient(225deg, #ff7a00 0%, #000000 100%),
        linear-gradient(135deg,
          #cdffeb 10%,
          #cdffeb 35%,
          #009f9d 35%,
          #009f9d 60%,
          #07456f 60%,
          #07456f 67%,
          #0f0a3c 67%,
          #0f0a3c 100%);
      background-blend-mode: screen, overlay, hard-light, normal;
      display: flex;
    }

    h1 {
      margin: auto;
    }

    .copyright {
    font-family: Arial;
    color: gray;
    position: fixed;
    bottom: 10px;
    display: flex;
    align-self: center;
    justify-content: center;
    align-content: flex-end;
    width: 100vw;
    }