
.btn-whatsapp {
  background-color: #25D366;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}
.btn-whatsapp i {
  font-size: 20px;
}
.btn-whatsapp:hover {
  background-color: #1ebe5a;
}

.custom-header {
  background-color: #fdd835; /* sarı arka plan */
  padding: 15px 10px;
  text-align: center;
}

.custom-header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.custom-logo {
  color: #000; /* siyah yazı */
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.custom-phone {
  background-color: #000; /* siyah zemin */
  color: #fdd835; /* sarı yazı */
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: bold;
  margin-top: 10px;
  text-decoration: none;
  display: inline-block;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #fff;
  color: #111;
}

.header {
  background-color: #000;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.logo {
  font-size: 24px;
  font-weight: bold;
}

.btn-phone {
  color: yellow;
  font-weight: bold;
  display: block;
  margin-top: 5px;
}

.hero {
  text-align: center;
  background: #f5f5f5;
  padding: 20px 10px;
}

.hero-call {
  font-size: 20px;
  margin-bottom: 15px;
}

.actions {
  margin: 10px 0;
}

.btn {
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  margin: 5px;
  display: inline-block;
}

.btn-whatsapp {
  background-color: #25D366;
  color: #fff;
}

.btn-secondary {
  background-color: #fdd835;
  color: #000;
}

.content {
  padding: 20px;
}

footer {
  text-align: center;
  padding: 15px;
  font-size: 14px;
}
.typewriter {
  font-family: 'Courier Prime', monospace;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}