<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8" />

  <meta name="viewport" content="width=device-width, initial-scale=1.0" />

  <title>Single Image Page</title>

  <style>

    body {

      display: flex;

      justify-content: center;

      align-items: center;

      height: 100vh;

      margin: 0;

      background-color: #f0f0f0;

    }

  </style>

</head>

<body>

  <img src="invest_radintel_HOME_08-23.png" alt="A descriptive alt text" />

</body>

</html>