/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
*{
  margin:0px;
  padding:0px;
}
/*Style Header*/
.container-desc-header {
    display: flex;
}

.container-desc-header h1 {
    font-size: 20px;
    margin-right: 10px;
}
/* And Style Header*/



/*Style Body*/




/* And Style Body*/



/*Style Footer*/
.container-desc-footer {
    display: flex;
}

.container-desc-footer h1 {
    font-size: 20px;
    margin-right: 10px;


/* And Style Footer*/