.wrapper{
    min-height: 100vh;
    width: 100%;
    text-align: center;

}

.darker{
    background-color: rgb(63, 63, 63);
    color: rgb(228, 226, 226);
}

.lighter{
    background-color: rgb(255, 252, 252);
    color: rgb(53, 53, 53);
}

.testimonial{
    padding: 30px 30px;
}

article h1{
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 2px;
}

/* article h1:after{
    content: "";
    height: 5px;
    width: 225px;
    background-color: #fff;
    display: block;
    margin: auto;
} */

article img{
    height: 225px;
    width: 225px;
    border: 2px solid rgb(133, 132, 132);
    border-radius: 10%;
    margin-top: 60px;
}

.text{
    font-size: 20px;
    margin-top: 30px;
    letter-spacing: 2px;
    text-align: justify;
}

article h5{
    color: gray;
    font-size: 30px;
    margin-top: 30px;
}

article h6{
    font-size: 25px;
    letter-spacing: 2px;
    margin-top: 50px;
}

article span{
    color: #009c92;
}

article p{
    font-size: 17px;
}


