﻿.shopping-cart {
  flex: 1;
  min-height: 70vh;
}

.centered-title {
  display: flex;
  justify-content: center; /* Yatayda ortala */
  align-items: center; /* Dikeyde ortala */
  text-align: center;
  height: 100px; /* Varsayılan yükseklik (istediğin gibi ayarla) */
}