.sva-img {
  display: flex;
  align-items: center;
  justify-content: center;
}



.container .about-header {
  text-align: center;
}

.container .about-header h1 {
  font-size: 22px;
  margin-top: 20px;
  padding: 10px;
  color: darkblue;
}

.container .content {
  margin: 10px;
}

.container .about-section {
  text-align: justify;
}

.container .about-section p {
  margin-bottom: 20px;
  font-size: 16px;
}

.table-container {
  width: 100%;
  max-width: 1200px;
  overflow-x: auto;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-size: 20px;
  /* Centering the table container */
  margin: 0 auto;
  display: block;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  color:black;
  font-size:14px;
}
th {
  background-color: #007bff;
  color: white;
}
tr:hover {
  background-color: #f1f1f1;
}

.player-squad {
  font-size: 30px;
  color: rgb(139, 19, 13);
  text-align: center;
  margin-bottom: 20px;
}

.main-container {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/* terms.html  */
.rules-section ul {
  margin-left: 45px;
  margin-bottom: 15px;
}

.rules-section p {
  font-size: 16px;
}

.rules-section ul li {
  list-style: disc;
  color: #000;
  text-align: justify;
}

.rules-section h3 {
  color: darkblue;
  font-size: 16px;
  margin-bottom: 5px;
}

.rules-header {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}

.rules-header h1 {
  color: #1a76d1;
  font-weight: bold;
  font-size: 26px;
  margin: 10px;
  text-decoration: underline;
}

/* events.html  */
.events-container {
  background-color: white;
  padding: 20px;
  border-radius: 8px;

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 90%;
  max-width: 1000px;
  text-align: center;
  /* Centering the table container */
  margin: 0 auto;
  display: block;
}

h1 {
  font-size: 34px;
  margin-bottom: 20px;
  color: #ae0e0e;
}

.event {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.event h2 {
  font-size: 26px;
  color: #007bff;
  margin-bottom: 10px;
  text-decoration: underline;
}

.event p {
  font-size: 22px;
  color: #555;
}

.event p strong {
  color: #04020f;
}

/* ranking.html  */
.ranking-squad {
  text-align: center;
}

@media (max-width: 1024px) {
  .header .header-inner {
    background: #e0efff;
    border-radius: 5px;
  }

  .footer .copyright{
    height: 100px;
  }

  .menu-bottom{
    flex-direction: column;
    font-size: 12px;
    gap: 0;
    
    align-items: center;
    justify-content: center;
  }

  .menus-bottom p{
    font-size: 12px;

  }


  .table-container {
    width: 90%;
    max-width: 1200px;
    overflow-x: auto;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  table {
    width: 100%;
    border-collapse: collapse;
  }
  th,
  td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }
  th {
    background-color: #007bff;
    color: white;
  }
  tr:hover {
    background-color: #f1f1f1;
  }

  .player-squad {
    font-size: 18px;
    color: rgb(139, 19, 13);
    text-align: center;
  }

  .ranking-squad {
    font-size: 22px;
    color: rgb(139, 19, 13);
    text-align: center;
  }

  @media (max-width: 600px) {
    body {
      padding: 10px;
    }
    .table-container {
      width: 100%;
    }
    th,
    td {
      font-size: 10px;
      padding: 4px 6px;
    }
    .rules-section ul li {
  
      text-align: justify;
    }
    
  }

  @media only screen and (max-width: 767px) {
    .events-container h1 {
      font-size: 20px; /* Adjust this value to the desired font size for mobile */
    }
    .events-container h2 {
      font-size: 18px; /* Adjust this value to the desired font size for mobile */
    }
    .events-container h2 {
      font-size: 18px; /* Adjust this value to the desired font size for mobile */
    }

    .events-container p strong {
      font-size: 14px; /* Adjust this value to your desired font size */
    }
    .events-container p {
      font-size: 14px; /* Adjust this value to the desired font size */
    }
    
  }
}
