<html><head><style>body {
                  font-family: 'Segoe UI', 'helvetica';
                  background-color: #F4F4F4;
                }

                .card {
                  background-color: white;
                  margin: 5%;
                  padding: 20px;
                }

                p {
                  color: dark-gray;
                }

                .button-link {
                  display: inline-block;
                  border: 0px;
                  background-color: #425AF4;
                  border-radius: 5px;
                  color: white;
                  font-size:20px;
                  padding:15px;
                  font-weight: bold;
                }

                footer {
                  text-align: center;
                  font-size:12px;
                }

                a {
                  text-decoration:none;
                  color: white;
                  font-weight: bold;
                }
            </style></head><body>
                <body>
                <div class='card'>
                <h1>
                Orca Call Candidate
                </h1>
                <p>
                Dear moderator, a potential Southern Resident Killer Whale call was detected on 1/26/2026 1:06:42 PM PDT at Port Townsend location. 
                </p>
                <p>
                This is a request for your moderation to confirm whether the sound was produced by Southern Resident Killer Whale on the portal below.
                </p>
                <hr/>
                <h2>
                Orca Moderation Portal
                </h2>
                <p>
                Please click the link below to move to the portal. 
                </p>
                <a href='https://aifororcas.azurewebsites.net/' class='button-link'>
                Go to portal
                </a>
                </div>
                <footer>
                  <br>
                  <center>
                  In partnership with Microsoft AI 4 Earth, Orcasound and Orca Conservancy.
                  </center>
                </footer>
                </body>
            </body></html>