<!doctype html>
<html lang="en">
  <head>
    <title>Coming Soon</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
    <link rel="stylesheet" href="style.css">
  </head>
  <body>
    <div class="wrapper">
	<div class="box-content">	
		<div class="box-logo">			
			<img src="top.png" alt="little sunflowers">
		</div>
        <div class="box">			
			<img src="bottom.png" alt="little sunflowers">
			<p>We are working on something amazing. <br>We will be back soon.</p>
		</div>		
	</div>
	</div>
  </body>
</html>