body {
    background-color: #000;
    margin: 0;
    margin-top: 0;
    min-width: 2000px;
}
#blog {
    border-style: solid;
    border-color: #252525;
    border-width: 5px;
    background-color: black;
    text-align: center;
    margin-left: 450px;
    margin-right: 450px;
    margin-top: 120px;
    padding: 80px;
    padding-top: 20px;
}
/* #imagen {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    color: white;
} */

.contenedor {
    text-align: left;
    align-items: center;
    display: flex;
}

.texto_imagen {
    height: 40px;
    display: inline;
    color: white;
    border-radius: 24px ;
    font-family: verdana;
    margin-right: 10px;
    height: 25px;
}

.titulo {
    font-family: helvetica, sans-serif;
    color: white;
    text-align: left;
}

div header {
    background-color: white;
    height: 80px;
    padding-top: 0%;
    padding-bottom: 1%;
}

/* div #logo{
    color: white;
    width: 130px;
    height: 90px;
    background: black;
    color: white;
    margin-left: 430px;
    font-size: 25px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-family: Verdana;
    margin-top: 0%;
} */

.imagen {
    width: 100%;
}

.texto {
    text-align: left;
    color: white;
    font-size: 20px;
}

#logo {
    display: flex;
    text-align: center;
    margin-left:440px ;
    width: unset;
    height: unset;
}
footer {
    color: white;
    margin-left: 530px;
}