/* weblog-css */
.weblog{
    background-color: #87f2e0;
}

/* about-us-css */
.about-us{
    background-color: #1D254E;
}
.about-text{
    text-align: justify;
    text-justify: inter-word;
}

