<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8" />

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

  <title>Schupbach IT</title>

  <style>

    body {

      background-color: #007BFF;

      background-repeat: no-repeat;

      background-position: center;

      background-size: 600px; /* Increased size */

      background-attachment: fixed;

      color: white;

      font-family: Arial, sans-serif;

      text-align: center;

      padding-top: 80px;

    }


    h1, h2, h3, p {

      margin: 15px 0;

      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);

    }


    a {

      color: white;

      text-decoration: underline;

    }

  </style>

</head>

<body>

  <h1>Schupbach IT</h1>

  <h2>Your Technology Partner</h2>

  <h3>Reliable. Scalable. Secure.</h3>

  <h2>____________</h2>

  <h2>Trystian Schupbach</h2>

  <h3>Phone: (515) 341-6387</h3>

  <p>Email: <a href="mailto:trystian@schupbachit.com">trystian@schupbachit.com</a></p>

</body>

</html>