<!DOCTYPE html>
<html lang="de">
<meta charset="utf-8">
<head>
	<title>DunderMifflin</title>
	<link rel="stylesheet" href="style.css">
</head>
  <body class="container">
      <header>
	Put navigation here
      </header>
      <div class="news">
	NEWS!
      </div>
      <div class="navigation">
      	Navigation
      </div>
      <div class="search-bar">
      	What are you looking for?
      </div>
      <div class="result">
      	Here's what i found:
      </div>
      <!--<footer>
	Impress etc...
      </footer>-->
  </body>
</html>