<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Robert Kulawik</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
background: #ffffff;
color: #111;
text-align: center;
padding: 100px 20px;
}
h1 {
font-size: 32px;
margin-bottom: 10px;
}
p {
font-size: 18px;
margin: 6px 0;
}
a {
color: #000;
text-decoration: none;
border-bottom: 1px solid #000;
}
</style>
</head>
<body>
<h1>Robert Kulawik</h1>
<p>Advisory. Operations. Strategy.</p>
<p><a href="mailto:robert@rkulawik.com">robert@rkulawik.com</a></p>
</body>
</html>