
.blog{
    background-image: url(../Img/Fondo_gris.jpg) ;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.blog h3{
    text-align: center;
    color: rgb(7, 5, 50);
    margin: 5%;
}

.blog .blog1{
    background: rgba(255, 255, 255, 0.563);
    width: 90%;
    text-align: justify;
    border-radius: 5px;
}

.blog .blog1 p, ul, h4{
    margin-left: 2%;
    margin-right: 2%;
    align-items: center;
}

.blog .relleno2{
    width: 90%;
    background: rgb(252, 252, 252);
    text-align: center;
}

.blog .relleno2 img{
    width: 95%;
}

.blog .relleno3{
    margin-block-end: 4%;
}