body{
    background: #777;
}
.container {
    position: absolute;
    bottom: 0;


}

#background {
    display: flex;
    justify-content: space-around;
    /* margin-top: -50px; */
    /* filter: blur(5px); */
    /* z-index: -999; */
    background: red url("https://cloud.fullstackacademy.com/image2_190429_143612.jpg?mtime=20190806072650") no-repeat center center/cover ;
    /* background: black; */
    padding: 28px;

  
    
}

#background img {
    /* width: 1000px ;
    height: 50px; */

}

   


#background div:nth-child(1) {
    /* width: 150px; */
    width: 25%;
    height: 500px;
    background: white;
   
    /* border-radius: 15px 0 0 15px; */

   
}

#background div:nth-child(2) {
    /* width: 150px; */
    width: 25%;
    height: 500px;
    /* background: red url("https://d3ecqbn6etsqar.cloudfront.net/Hzd5O8suwWqEj2laFYMyAMsNvYI=/640x320/smart/https://sydneyscience.com.au/app/uploads/sites/7/2019/06/arif-riyanto-974674-unsplash-e1560228572447.jpg") no-repeat center center/cover ; */
    background: white;
}


#background div:nth-child(3) {
    /* width: 150px; */
    width: 25%;
    height: 500px;
    /* background: red url("https://image.cnbcfm.com/api/v1/image/106437128-1583948849361kylewoumn.jpg?v=1595014553&w=1400&h=950") no-repeat center center/cover ; */
    /* border-radius: 0 15px 15px 0; */
    background: white;
}
.testimonials {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    /* position: absolute; */
    z-index: 9999;
    /* background: white; */
    position: relative;
    top: 170px;

    



}

#testimonial-1 {
    /* padding: 10px */
}

#testimonial-2 {
    /* padding: 10px */
}

#testimonial-3 {
    /* padding: 10px */
}





#test1 {
    border: 2px solid lightgray;
    border-radius: 3px;
    padding: 10px;
    box-shadow: 0px 10px 10px ;
   
}

#test2 {
    border: 2px solid lightgray;
    border-radius: 3px;
    padding:10px;
    box-shadow: 0px 10px 10px ;

}

#test3 {
    border: 2px solid lightgray;
    border-radius: 3px;
    padding: 10px;
    box-shadow: 0px 10px 10px ;

}



hr {
    padding-top: 1px;
    height: 3px;
    border: none;
    background-color: red;
    

}







.footer {
    display: flex;
    justify-content: center;
    font-family: 'Roboto Slab', serif;
    bottom: 0;
    text-align: center;
    background-color: rgb(221,221,221);

}



