<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="utf-8">

    <title>JoshWahl.com 707-456-7499</title>

    <style>

        /* All your CSS inline for a single-file site */

        body {

            font-family: Arial, sans-serif;

            background-color: #fff;

            margin: 0;

            padding: 0;

            text-align: center;

        }


        .container {

            margin: 50px auto;

            max-width: 800px;

        }


        .responsive-image {

            width: 100%;

            max-width: 600px;

            height: auto;

            box-shadow: 0 8px 20px rgba(0,0,0,0.3);

            border-radius: 8px;

        }


        p {

            font-size: 1.2em;

            margin-top: 20px;

            color: #333;

        }

    </style>

</head>

<body>

    <div class="container">

        <img alt="Josh Wahl 707-456-7499" class="responsive-image" src="myspace/joshwahl.jpeg"/>

    </div>


    <center>

        <p>seven zero seven | four five six | seven four nine nine</p>

    </center>

</body>

</html>