*{
    margin: 0;
    padding: 0;

}

body{
    position: relative;
   
    min-height: 100vh;
    background-color: #201C1C;
    font-family: 'Roboto';
    color: white;

}
.container
{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.block{
    position: absolute;
    width: 50px;
    height: 100px;
    background: #2C2C2C;
    box-shadow: 10px 10px 150px rgb(0, 0, 0.6);
}

.main{
    position: absolute;
    
}

.tesmonial
{
    position: relative;
    border-style: solid;
    border-color: #2C2C2C;
    border-radius: 20px;
    background-color: #161515;
    width: 300px;
    height: 300px;
}
.profile
{  
    position: absolute;
    width: 100px;
    height: 100px;
   top:-50px;
   right: 0;
   margin-right: 100px;
    border-radius: 180px;
    background-image: url('testimonial-profile/pic1.gif');
}
.pro{
    width:50px ;
}
.maintes
{ margin-top: 100px;
    margin-left: 180px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 50px;
}

.test{
   font-size: 100px;
   margin-left: 350px;
   font-weight: bold;

}
.tesdip
{
    margin-top: 90px;
}
.tesdip,p{
    font-size: 20px;
}
.home
{
    margin-top: 20px;
    width: 150px;
    height: 50px;
    color: #FFF;
    font-family: Roboto;
    background-color: #DC7458;
    border-radius: 20px;
    border-style: none;
    margin-left: 20px;
    font-size:15px;
    transition: 0.5s;
}
.house
{
    width: 20px;
    margin-right:10px;
}
.home:hover{
    cursor: pointer;
    width: 145px;
    height: 45;
    background-color: #e06847;
}
.home:active{
 font-size: bold;
}