*{
    margin: 0;
    padding: 0;
}

.Header {
    background-color: rgb(50, 120, 120);
    height: auto;
    width: auto;
    display: flex;
}
.Header img{
    height: auto;
    width: 100%;
}

.body{
    background-color: rgb(50, 120, 120);
    height: auto;
    width: auto;
    padding: 100px;
}

.body h1{
    color: white;
    text-align: center;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 3rem;
}

.body h2{
    color: white;
    text-align: center;
    font-family: sans-serif;
    font-style: normal;
    font-weight:500;
    font-size: 1.5rem;
    margin-top: 20px;
}

.body svg{
    padding: 10px;
    border: 2px solid white;
    border-radius: 100%;
    margin-left: 46%;
    margin-bottom: 40px;
}

.testimonial h3{
    color: white;
    text-align: justify;
    font-family: sans-serif;
    font-style: normal;
    font-weight:100;
    font-size: 1.25rem;
    margin-top: 20px;
    word-spacing: 7px;
    letter-spacing: 1px;
}
.testimonial{
    margin: auto;
    margin-top: 30px;
    width: 550px;
}
.testimonial h2{
    color: white;
    text-align: center;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-weight:700;
    font-size: 1.563rem;
    margin-top: 20px;   
    letter-spacing: 0;
}
.testimonial h4{
    color: white;
    text-align: center;
    font-family: sans-serif;
    font-style: normal;
    font-weight:525;
    font-size: 0.875rem;
    margin-top: 5px;   
    letter-spacing: 0;
}