#preguntas{
    text-align: center;
    display: flex;
    justify-content: center;
}
#preguntas article{
    width:100%;
}
.numero_pregunta,.usuario{
    color:red;
    font-size:1.2em;
    margin:10px
}
#preguntas article p,#pregunta article p{
    display: block;
text-transform: none;
text-align: justify;
color: black;
line-height: 25px;
padding:15px
}
.ver_respuesta{
    color: #D80037;
float: left;
font-size: 14px;
width: 100%;
text-align: center;
}
.paginacion{
    margin:30px
}
.paginacion a{
    margin:20px;
    color: red
}
#pregunta p{
  width: 100%;
  line-height: 35px;
  text-align: justify
}
#pregunta{
    padding:10px;
    max-width:940px;
        display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#pregunta article{
    width:100%
}    
.pregunta_anterior,.pregunta_sgte{width:30%;text-align: center;color:red;border-bottom:1px solid red}
.pregunta_anterior{float:left}
.pregunta_sgte{float:right}

.listado {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
}

@media screen and (min-width:650px){ 
    #preguntas article{
        width:45%;
    }
}

@media screen and (min-width:940px){ 
    #preguntas article{
        width:30%;
    }
}