<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title>BY MAU</title>


<style>


body{

margin:0;

height:100vh;

display:flex;

justify-content:center;

align-items:center;

background:#111;

color:white;

font-family:Helvetica,Arial,sans-serif;

}


.content{

text-align:center;

}


h1{

font-size:60px;

letter-spacing:10px;

margin:0;

}


p{

font-size:18px;

opacity:.7;

}


</style>


</head>


<body>


<div class="content">


<h1>BY MAU</h1>


<p>Private Office</p>


</div>


</body>

</html>