
body {
  font-family: 'Segoe UI', sans-serif;
}

h1 {
  color: #333;
}

.card {
  background-color: #ffffff;
  border-radius: 10px;
}

.yorum-yazar {
  font-weight: bold;
  color: #0d6efd; /* Bootstrap mavi */
  margin-top: -10px;
  margin-bottom: 15px;
  text-align: right;
}

.yorum-metin {
  font-style: italic;
  color: #444;
}