table,
th,
td {
  border: 1px solid black;
}
p {
  color: red;
}

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

.image-container img {
  margin-bottom: 10px; /* Fotoğraflar arasında boşluk bırakmak için */
}
