<!DOCTYPE html>
<html lang="tr">
<head>
      <script async src="https://www.googletagmanager.com/gtag/js?id=G-FYSFMRP4XS"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag() { dataLayer.push(arguments); }
      gtag('js', new Date());
      gtag('config', 'G-FYSFMRP4XS');
    </script>
    <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Senatorbrewster  - Official Page</title>
  <style>
    body {
      font-family: "Arial", sans-serif;
      background-color: #f0f0f0;
      color: #333;
      margin: 0;
      padding: 0;
    }

    header {
      background-color: #3d3d3d;
      color: #fff;
      padding: 20px 0;
      text-align: center;
    }

    header h1 {
      margin: 0;
      font-size: 2.5em;
    }

    header p {
      font-size: 1.2em;
      margin-top: 5px;
    }

    nav {
      background-color: #b60000;
      padding: 10px 0;
      display: flex;
      justify-content: center;
    }

    nav a {
      color: #fff;
      text-decoration: none;
      margin: 0 15px;
      font-size: 1.1em;
    }

    .container {
      max-width: 1200px;
      margin: 20px auto;
      padding: 20px;
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      border-radius: 8px;
    }

    .section {
      margin-bottom: 40px;
    }

    .section h2 {
      color: #444;
      font-size: 2em;
      margin-bottom: 20px;
    }

    .section p {
      font-size: 1.1em;
      line-height: 1.8;
      margin-bottom: 20px;
    }

    .section ul {
      list-style-type: disc;
      margin-left: 20px;
    }

    .section ul li {
      margin-bottom: 10px;
      font-size: 1.1em;
    }

    .contact-info {
      background-color: #e0f7fa;
      padding: 20px;
      border-radius: 8px;
      margin-top: 20px;
    }

    .contact-info p {
      margin: 5px 0;
      font-size: 1.1em;
    }

    footer {
      background-color: #3d3d3d;
      color: #fff;
      text-align: center;
      padding: 20px;
      margin-top: 40px;
    }
  </style>
</head>

<body>
  <header>
    <h1>SENATORBREWSTER</h1>
    <p>Official Page</p>
  </header>
  <nav>
    <a href="#contact">About Us</a>
    <a href="#contact">Contact</a>
  </nav>
  <div class="container">
    <div class="contact-info" id="contact">
      <h2>Contact Us</h2>
      <h4>You can send us an E-Mail</h4>
      <p>info@senatorbrewster.com for general information</p>
      <p>about@senatorbrewster.com to learn about us</p>
    </div>
  </div>
  <footer>
    <p>&copy; 2024 senatorbrewster.com. All rights reserved.</p>
  </footer>
</body>

</html>