p {
    font-family: monospace;
    font-size: 1.15rem;
    line-height: 1.7;
  }

  .cartel-wrapper {
    background-color: #212529;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 0.5rem;
    min-height: 450px;
    max-height: 600px;
    overflow: hidden; /* ¡evita que se desborde! */
  }
  
  .cartel-img {
    max-width: 100%;
    max-height: 400px;
    object-fit: contain;
  }