body {
  background-image: linear-gradient(rgba(100,100,100, 0.3),rgba(0,0,0, 0.3)), url('https://worldcup.playwtsl.com/img/worldcup_background.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: rgb(178, 178, 178) !important;
  background-position: center;
  background-color: black;
}

.table-custom {
  --bs-table-bg: transparent !important;
  color: rgb(178, 178, 178) !important;
}

.table-dark {
  color: rgb(178, 178, 178) !important;
}

.table-dark th,
.table-dark td {
  color: rgb(178, 178, 178) !important;
}

a:link, a {
  text-decoration: none;
  color: rgb(178, 178, 178) !important;
}

.header-img img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  object-fit: contain;  
}

.header-img-sm img {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  object-fit: contain;  
}
