/* 

##### Styles for the entire app

### rules 

Write css code at the corresponding section of this script from where the html tags come from. For example, html files 
that are renderized inside the factory app without being nested in a blueprint are in the following app section. Style rules 
that apply to html tags that are renderized inside the login blueprint are in the next section, 'login', and so on. The idea is
to easily navigate in this script to the section that we are interested into apply a new style or change an existing one. 


*/



/* app */

#app_title_MEAP {
    display: flex;
    justify-content: center;

}

#app_iniciar_sesion_link {
    display: flex;
    justify-content: center;

}

/* login */

