/* BISMILLAHIRRAHMANIRRAHEEM */

#BISMILLAAH {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
body {
    font-family: sans-serif;
}
.list {
    color: #404040;
    font-size: 14px;
     /*align-self: flex-start stretch;*/
     /*border: 1px solid #e1e1e1;*/
     margin: 0px 5% 0px 5%;
}
.listgap {
    width: 10%;
    color: #404040;
    font-size: 14px;
     /*align-self: flex-start stretch;*/
     /*border: 1px solid #e1e1e1;*/
}
.desc {
    color: #404040;
    font-size: 13px;
}
.divcontainer {
    width: 100%;
    display: flex;
	flex-flow: row wrap; /*flex-direction, flex-wrap*/
	justify-content: center;
	align-items: stretch;
}