/* Alinear títulos */ 
h1.entry-title,h2,h3,h4 {
  text-align: center
}

/* Poner negritas en enlaces */ 
div p a {
  font-weight: bold;
}

ul li a {
   font-weight: bold;
}