.map-container{
    display: flex;
    /* justify-content: center; */
    align-content: center;
    margin-top: 30px;
    
    /* min-width: 800px; */
    min-height: 600px;
    min-width: 50%;
    max-width: 50%;
    /* background-color: aliceblue; */
}

iframe{
    width: 800px;
    height: 600px;
    /* min-width: 800px;
    min-height: 600px; */
    padding: 25px;
    background-color: aliceblue;
}

body {
  background-color: #f8f9fa;
}

.navbar{
  /* background-image: url("../data/ferdinand-stohr-NFs6dRTBgaM-unsplash.jpg");  */
  height: 70px;
}

body{
 background-image: url("../data/oleg-laptev-7jQh3EiS8Bs-unsplash.jpg");
 font-family: 'Poppins', sans-serif;
 
}


/* body {
  background: radial-gradient(circle at center, #1b2735, #090a0f);
  color: #fff;
} */

h1, h3 {
  color: #222;
}

/* Takım kartlarını özelleştirelim */
.team-card {
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 150px;
  max-height: 150px;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

footer {
  font-size: 0.9rem;
}

.resimliBaslik{
    background-image: url(../data/img1.jpg); /* veya HTML'de verdiğin gibi */
  background-size: cover;          /* resmi kapsa, taşanı kırp */
  background-position: center;     /* ortala */
  background-repeat: no-repeat;    /* tekrar etme */
  height: 450px;                   /* yüksekliği sabitle */
  display: flex;                   /* ortalamak için */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 0 !important;
  font-family: "sporBaslik";
 
}

.ratio {
  border: 4px solid #f8f9fa;
}

h2 {
  color: #0d6efd; /* Bootstrap primary rengi */
}

a:hover {
  color: #0d6efd;
}


@font-face {
  font-family: "sporBaslik";
  src: url(../fonts/design-design-700.ttf);
}


    .table-container {
      max-width: 900px;
      margin: 60px auto;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      overflow: hidden;
    }
    .table thead {
      background-color: #343a40;
      color: #fff;
    }
    .team-logo {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-right: 10px;
      object-fit: cover;
    }
    .team-name {
      display: flex;
      align-items: center;
      font-weight: 500;
    }
    h2 {
      text-align: center;
      margin-top: 30px;
      font-weight: 600;
    }
