<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Utopia Football</title>
  <style>
    html, body {
      height: 100%;
      margin: 0;
    }
    body {
      display: flex;
      align-items: center;   /* vertical center */
      justify-content: center; /* horizontal center */
      background: #ffffff;
    }
    img {
      max-width: 90vw;
      height: auto;
    }
  </style>
</head>
<body>
  <img src="utopia-ncaastrategies-logo.png.webp" alt="Utopia Football">
</body>
</html>
