.write a
{
    text-align: center;
        font-size: medium;
        font-weight: 100px;

}

.give
{
    color: white;
    font-size: larger;
}

.write
{
    text-align: center;
    background: url(images/emeka.jpg) ;
    border: 2px solid green;
    border-radius: 6px;
    padding: 30px 60px;
}
span
{
    color: white;
}

.give a
{
    color: white;
    font-size: larger;
}
.ttt
{
    color: white;
    font-size: larger;
}


// LOGO SECTION 

.logo_sections
{
    width: 10px;
    background-color: brown;
}

.logo_sections img
{
    width: 50%;
}

.about_section
{
    background: url(images/emeka.jpg) ;
    border-top-right-radius: 8px;
    padding: 50px 50px;
    
}

.image_section img
{
    place-items: center;
} 

.text_area p
{
    color: white;
}

/* CERTIFICATE SECTION */

.certs 
{
    width: 100%;
   padding-left: 20px;
}

.certs img
{
    width: 100%;
    
}

.certs p
{
    color: white;
}