<!DOCTYPE html>
<html
lang
=
"en"
style
=
"direction: ltr;"
>
<head>
<meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1.0"
/>
<meta
http-equiv
=
"X-UA-Compatible"
content
=
"ie=edge"
/>
</head>
<body>
<main
class
=
"construction-content"
style
=
"width: 100vw; height: 100vh;"
>
<section
class
=
"construction-container"
style
=
"display: flex; align-items: center;"
>
<div
class
=
"construction-section"
style
=
"margins: auto; padding: 4rem;"
>
<div
class
=
"header-1"
>
This page is under construction
</h1>
<p
class
=
"text-justify font-normal"
style
=
"line-height: 1.5; padding: 0.75rem;"
>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</p>
</div>
</section>
</main>
</body>
</html>