
.teambody h1{
  font-size:clamp(16px,5vw,100px);
  background-color: black;
  color: red;
  font-style: italic;
  text-align: center;
  padding: 50px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.container h3{
  color:black;
  font-size:clamp(8px,5vw,50px);
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif
}
.card-match img {
  width: 100%;
  height: 200px; 
  object-fit: cover; 
}

.footer {
  margin-top: 10px;
  background-color: #000;
  color: white;
  text-align: center;
  padding: 30px 20px;
  font-family: sans-serif;
  font-size: 14px;
}

.sponsor-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.sponsor-logos img {
  height: 30px;
  filter: brightness(100);
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

.footer-links a {
  color: white;
  padding: 10px;
}

.footer-links a:hover {
  color: red;
  text-decoration: underline;
}

.copyright {
  padding-top: 15px;
  font-size: 12px;
}
.sk hr{
         width: 50%;         
  margin: 20px auto;  
  border: none;       
  border-top: 2px solid white;   
}
.sk a{
  padding: 10px;
  margin-left: 20px;
  color: white;
}
.sk a:hover{
  color: red;
}
.container{
  padding: 10px;
}


