/*  
 Theme Name:   Astra Child  
 Theme URI:    https://example.com/astra-child/  
 Description:  Tema hijo de Astra 
 Author:       Esteban Marcano  
 Author URI:   https://example.com  
 Template:     astra  
 Version:      1.0.0  
*/  

   @import url("../astra/style.css");  



.miEtiqueta {
  color: blue;
  background-color: #f0f0f0;
  white-space: nowrap;
}

.miLink {
   color: blue; 
   text-decoration: underline;
   text-align: left;
   display: block;
}

.columna {
    display: flex;
    flex-direction: column; /* Coloca los botones en una columna */
    text-align: center;
}

.fila {
    display: flex;
    flex-direction: row; /* Coloca los botones en una columna */
    text-align: center;
}
