@import url("fonts.css");

body {
    margin: 0;
    padding: 0;
    background-color:  #FAFAFA;
}

.flex-container-header {
    display: -webkit-flex;
    display: flex;
    width: auto;
    height: auto;
    background-color: #d6d1d1;
}

.flex-item-header {
    width: auto;
    height: 100px;
    margin: 10px;
}



