*, *::before, *::after {
  box-sizing: border-box; 
}

body {
  background-color: rgb(9, 100, 9);
  display: flex;
  justify-content: center;
  margin: 0; 
  padding-top: 40px;
}

.tresc {
  display: grid;
  width: 100%;
  max-width: 1200px;
  grid-template-columns: 250px 1fr 250px;
}

.tresc div {
  height: auto; 
}

.coliz {
  padding-top: 68px;
}

.colce {
  padding-top: 0px;
  color: rgb(245, 214, 35);
  justify-content: center;
  text-align: center;
  align-content: center;
  height: 550px;
}

.colde {
  padding-top: 68px;
}

.ligas {
  padding-left: 10px;
  letter-spacing: 2px;
}

h1, h2, h3 {
  font-family: "Times New Roman";
  letter-spacing: 6px; 
  color: rgb(246, 241, 214); 
  text-align: center;
  margin-top: 10px;
  text-shadow: 2px 2px 3px #03310e, 0px 0px 36px #e3ebdf;
}

h3 {
  text-align: left;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
  height: 515px; 
}

@media (max-width: 1200px) {
  iframe {
    height: 380px; /* Altura reducida. Puedes subir o bajar este número si lo quieres más grande o más chico */
  }
}

a {
  color: ghostwhite;
  letter-spacing: 2px;
}

.home {
  text-decoration: none;
}

.btn-cerrar {
  background-color: #8b0000; 
  color: ghostwhite;
  border: none;
  padding: 5px 15px;
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  cursor: pointer;
  margin-bottom: 3px;
  border-radius: 50%;
  position: absolute; 
  left: 20px; 
  top: 20px;
  z-index: 10;
}

.btn-cerrar:hover {
  background-color: #ff0000;
}