body{

    width: 50%;
    margin: auto;
    border: solid 1px black;
    border-radius: 10px;
    background-color:cadetblue
    
}
.conjunto{
    background-color: burlywood;
}


.principal{
    text-align: center;
    margin-top: 0;
    
}
legend{

    font-size: 25px;
    font-style: italic;
    font-weight: bold;
}
p{

    font-size: 18px;
    font-weight: bold;
    font-style: italic;

}
h3{
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
}

.img{

    width: 20%;
}
.peli{

    width: 20%;
}
.pelicula{

    display: flex;
    justify-content: space-between;
    padding-left: 60px;
    margin: 10px;
}
hr{
    width: 50%;
    margin: auto;
}