*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
    text-align: center;
    color: white;
    line-height: 1.5;
    letter-spacing: 1px;
}
body
{
    background-image: url(Photos//About.jpg);
    background-color: rgba(0,0,0,0.7);
    background-size: cover;
    background-position: center;
    overflow-x: hidden;
	position: relative;
    background-blend-mode: darken;
}
.wrapper
{
    min-height: 100vh;
    width: 100%;
}
.testimonial
{
    padding: 30px 100px;
}
article h1
{
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgb(15, 169, 241);

}
article h1:after
{
    height: 5px;
    width: 225px;
    background-color: white;
    display: block;
    margin: auto;
}
article img
{
    height: 200px;
    width: 200px;
    margin-top: 50px;
}
blockquote
{
    font-family: sans-serif;
    font-size: 20px;
    margin-top: 30px;
}
article h5
{
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 30px;
    letter-spacing: 1.5px;
    color: rgb(15, 169, 241);
}
article p
{
    font-size: 17px;
}