body {
  margin: 0;
  background: #3e0f7a;
  font-family: 'Luckiest Guy', cursive;
  color: white;
}

.nav {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  flex-wrap: wrap;
}

.logo {
  height: 70px;
  margin-right: 20px;
}

.nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.nav a {
  text-decoration: none;
  color: white;
}

.title {
  text-align: center;
  font-size: 3rem;
  color: #ffc200;
  text-shadow: 3px 3px #000;
  margin: 20px 0;
}

.title span {
  color: #ff8600;
}

.bubble-title {
  background: #0c9dfc;
  color: yellow;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 40px;
  margin: 20px auto;
  box-shadow: 3px 3px #000;
  font-size: 1.5rem;
}

.about-section {
  text-align: center;
  padding: 40px 20px;
}

.about-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

.speech-box {
  background: #2a75db;
  padding: 20px;
  border-radius: 20px;
  color: white;
  max-width: 400px;
  box-shadow: 3px 3px #000;
}

.btn-group {
  margin-top: 20px;
}

.btn-group button {
  background: #0c9dfc;
  border: none;
  padding: 10px 20px;
  margin: 10px 5px;
  border-radius: 15px;
  color: yellow;
  font-size: 1rem;
  box-shadow: 2px 2px #000;
  cursor: pointer;
  transition: 0.2s;
}

.btn-group button:hover {
  background: #008be0;
  transform: scale(1.05);
}

.footer-about {
  background: white;
  color: #2a2a2a;
  padding: 40px 20px;
  text-align: center;
  margin-top: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.footer-about .bubble-title {
  background: #ffb700;
  color: #2a2a2a;
}

.footer-text {
  font-size: 1.2rem;
  margin: 20px 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.copy-section {
  text-align: center;
  margin: 30px 0;
}

.copy-btn {
  background: #0c9dfc;
  color: yellow;
  border: none;
  padding: 15px 40px;
  border-radius: 30px;
  font-size: 1.3rem;
  box-shadow: 3px 3px #000;
  cursor: pointer;
  transition: 0.2s;
}

.copy-btn:hover {
  background: #008be0;
  transform: scale(1.05);
}

/* 📸 Manyu görselleri için stil */
.manyu-img {
  width: 280px;
  height: 380px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 3px 3px 8px #000;
}
