/*main page home-page picture*/
.fullscreen-img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.low-exposure {
  filter: brightness(0.8);
}

body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.position-absolute {
  top: 50%; /* Center vertically */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Align center */
  text-align: center; /* Center-align text */
}

.image-subtitle {
  font-size: 2.5rem;
  
}
@media (max-width: 768px) {
  .fullscreen-img {
    height: 50vh;
}
}


/* card for FIFA World Cup section */
.match-card1{
  background-color:#B6CFFF;

}

