<!DOCTYPE html>
<html>
<head>
<title>Under Construction</title>
<meta charset="utf-8">
<style>
body {
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
max-width: 1680px;
margin: auto;
}
header {
width: 100%;
box-sizing: border-box;
height: 76px;
padding: 20px 24px;
}
header .yahoo-logo img {
height: 36px;
width: 132px;
}
main {
text-align: center;
padding: 0 25px;
}
main .title {
color: #232459;
font-size: 40px;
line-height: 48px;
}
main .subtitle {
color: #9B9B9B;
font-size: 24px;
line-height: 29px;
margin-top: 50px;
}
main .graphic {
overflow: hidden;
width: 100%;
}
main .graphic img {
width: 100%;
}
</style>
</head>
<body>
<header class="page-header">
<a class="yahoo-logo" href="https://www.turbify.com" rel="nofollow" target="_blank">
<img src="https://s.turbifycdn.com/yf/nrp/image/turbify/turbify-logo-v1-purple.svg" />
</a>
</header>
<main class="page-body">
<h2 class="subtitle">Coming soon</h2>
<h1 class="title">A new website is in the works!</h1>
<div class="graphic">
<img src="https://s.turbifycdn.com/ln/UC/img/under_construction_illustration.svg" />
</div>
</main>
<footer class="page-footer">
</footer>
</body>
</html>