/* Start custom CSS */<!DOCTYPE html>
<html lang="tr">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>ENT ALP ÇELİK</title>
  <style>
    body {
      margin: 0;
      font-family: Arial, sans-serif;
      background-color: #f4f4f4;
      text-align: center;
      padding-top: 100px;
    }

    .logo-container {
      display: inline-block;
    }

    .logo-container img {
      max-width: 300px;
      height: auto;
    }

    .company-name {
      font-size: 24px;
      font-weight: bold;
      color: #1d3557;
      margin-top: 10px;
    }

    .company-subtitle {
      font-size: 18px;
      color: #457b9d;
    }
  </style>
</head>
<body>

  <div class="logo-container">
    <img src="logo_transparent.png" alt="ENT ALP ÇELİK Logo">
    <div class="company-name">ENT ALP ÇELİK</div>
    <div class="company-subtitle">ENERJİ SİSTEMLERİ LTD. ŞTİ.</div>
  </div>

</body>
</html>/* End custom CSS */