#logo {
    background-color: rgb(255, 0, 0);
    color: white;
}

#menu ul li:hover {
    background: rgb(246, 255, 0);
    color: black;
}

.post {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px gray;
}

.button-more {
    background-color: rgb(202, 255, 9);
    color: rgb(0, 0, 0);
}

footer {
    color: white;
    background-color: rgba(252, 41, 30, 0.7);
    height: 100px;
    margin-bottom: -100px;
}

::selection {
    background-color: rgb(246, 41, 26);
}

body {
    background: url("../img/escudo de armas 2.jfif");
    background-attachment: fixed;
    margin: 0px;
    padding: 0px;
    /* height: 100px; */
}

#global {
    background-color: rgb(236, 236, 236);
    box-shadow: 0px 0px 3px rgb(63, 63, 63);
}

#menu {
    font-family: helvetica, arial;
    background-color: rgb(255, 50, 50);
}

#menu a {
    color: rgb(0, 0, 0);
}


/*? los post por Json */
.post h2 {
    color: rgb(255, 22, 22);
    font-size: 2.5em;
    margin-top: 0px;
}

/* Estilos para el campo Fecha del Post (articulo)*/
.post .date {
    display: block;
    color:  rgba(255, 71, 71, 0.662);
    margin-top: 10px;
}