body {
    background-color: antiquewhite;
    margin-top: 50px;
}

.contenedor-general {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.contenedor-general img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}


.contenido-pancarta {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, 60%);
    text-align: center;
    color: black;
    font-size: 1.2rem;

}

.contenido-pancarta h1 {
    font-size: 2em;
}

.contenido-pancarta p {
    font-size: 1em;
}