
    
      body {
        font-family: Arial, sans-serif;
        background-color: #f4f4f4;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
      }

      form {
        background-color: #fff;
        padding: 40px;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        width: 400px;
      }

      label {
        display: block;
        margin-bottom: 10px;
      }

      input[type="text"],
      input[type="email"],
      textarea {
        width: 100%;
        padding: 8px;
        margin-bottom: 15px;
        border: 1px solid #0a0000;
        border-radius: 4px;
        box-sizing: border-box;
      }

      input[type="submit"] {
        background-color: blue;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
      }

      input[type="submit"]:hover {
        background-color: #45a049;
        transition: all 0.3s ease;
      }

      image {
        size-adjust: 20%;
      }

    
      * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
      }
      html {
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
        color: #313131;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
          Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
          "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
          "Noto Color Emoji";
      }
      body {
        display: flex;
        flex-direction: column;
        height: 100vh;
        min-height: 100vh;
      }
      a {
        transition: color 150ms ease;
        background-color: rgba(0, 0, 0, 0);
        text-decoration: none;
        color: #0051c3;
      }
      a:hover {
        text-decoration: underline;
        color: #ee730a;
      }
      .main-content {
        margin: 8rem auto;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        width: 100%;
        max-width: 60rem;
      }
      .spacer {
        margin: 2rem 0;
      }
      .spacer-top {
        margin-top: 4rem;
      }
      .main-wrapper {
        display: flex;
        flex: 1;
        flex-direction: column;
        align-items: center;
      }
      .h1 {
        line-height: 3.75rem;
        font-size: 2.5rem;
        font-weight: 500;
      }
      .h2 {
        line-height: 2.25rem;
        font-size: 1.5rem;
        font-weight: 500;
      }
      .core-msg {
        line-height: 2.25rem;
        font-size: 1.5rem;
        font-weight: 400;
      }
      .text-center {
        text-align: center;
      }
      .footer {
        margin: 0 auto;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        width: 100%;
        max-width: 60rem;
        line-height: 1.125rem;
        font-size: 0.75rem;
      }
      .footer-inner {
        border-top: 1px solid #d9d9d9;
        padding-top: 1rem;
        padding-bottom: 1rem;
      }
      @media (width<=720px) {
        .main-content {
          margin-top: 4rem;
        }
        .h1 {
          line-height: 1.75rem;
          font-size: 1.5rem;
        }
        .h2 {
          line-height: 1.5rem;
          font-size: 1.25rem;
        }
        .core-msg {
          line-height: 1.5rem;
          font-size: 1rem;
        }
      }
      @keyframes lds-ring {
        0% {
          transform: rotate(0deg);
        }
        100% {
          transform: rotate(360deg);
        }
      }
      @media (prefers-color-scheme: dark) {
        body {
          background-color: #222;
          color: #d9d9d9;
        }
        body a {
          color: #fff;
        }
        body a:hover {
          color: #ee730a;
        }
      }
    