/* Add here all your css styles (customizations) */
.bg-grey{
    background-color: #585656;
}
.safa{
    color:#F4344B;
}
.bg-safa{
    background-color: #F4344B;
}
.category{
    border: 1px solid #F4344B;
    padding: 30px;
    font-size: 30px;
    color: #F4344B;
    height: 200px;
    display:table-cell;
    vertical-align: middle;
    width: 100%;
}