<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Lucia's Legal Notice</title>
    <link rel="stylesheet" href="style.css">
    <link rel="stylesheet" href="assets/fonts/Hack/Hack.css">
  </head>
  <body>
    <div class="content">
    <div class="legalnotice no-top-margin">
    <h2>Legal Notice</h2>
    <b>Impressum</b><br>
    <pre>Lucia Zehentner
Ulmenstraße 65/Top 1
6063 Rum
    </pre>
    <p>This section is to comply with Austrian law regarding the providing of websites. Feel free to ignore it ;)</p>
    <a href="index.html">Back to Main Page</a>
    </div>
</div>
  </body>
</html>