
  <!DOCTYPE html>
  <html>
  <head>
      <title>WEVY</title>
      <style>
          body {
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center;
              height: 100vh;
              margin: 0;
              background-color: #222222;
              font-family: Arial, sans-serif;
          }
          .container {
              text-align: center;
          }
          img {
              max-width: 100%;
              height: auto;
          }
          h1 {
              font-size: 2em;
              color: #333;
          }
          p {
              color: #666;
          }
      </style>
  </head>
  <body>
      <div class="container">
          <img src="https://ugc.production.linktr.ee/0ea930d9-1d8d-4e01-8ad3-05702aba3c6b_PERFIL-REDES-WEVY-PRETO.png" alt="WEVY Logo">
      </div>
  </body>
  </html>
  