html{
    font-size: 20px;
}


body{
    background-color: #081526;
    color: #F2055C;
}
.series{

    display: flex;
    background-color:#570219;
    color: #e44670;



}


 img{ 
    height: auto;
    width: 400px;
    object-fit: contain;
   
}

li{
    list-style:none;
    margin-top: 20px;
}
.peliculas{
    display: flex;
    background-color: #730202;
    color: #e44670;
}

.chisme{
    padding: 40px;

}