body {
  background: #07172a;
  color: white;
  font-family: Arial, sans-serif;
  text-align: center;
  padding-top: 100px;
}

/* Зурагнуудын байрлал */
.product-img {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}

/* Зурагнуудын стандарт хэмжээ */
.product-img img {
  width: 220px;
  height: 260px;
  object-fit: cover;
  border-radius: 6px;
}

/* Барааны текст хэсэг */
.product-body p {
  margin: 6px 0;
}

/* Сагслах товч */
button {
  padding: 10px 20px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  background: white;
  color: black;
  font-weight: bold;
  margin-top: 10px;
}
