* {
    box-sizing: border-box;
    }
    .container{
        position: relative;
        width: 390px;
        height: 844px;
        background: #FFFFFF;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 50px; 
        margin: auto;
    }
    .logo {
        position: absolute;
        width: 30px;
        height: 40px;
        left: 35px;
        top: 47px;   
    }
.user {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 29px;
    top: 125px;
    
    background: #FFFFFF;
    border-radius: 30px;
}
.left {
position: absolute;
left: 10%;
right: 64.1%;
top: 89%;
bottom: -3.44%;

}
.fav {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 305px;
    top: 89%;
    
}
.name{
    position: absolute;
    width: 209px;
    height: 27px;
    left: 40px;
    top: 217px;
    
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    z-index: 5;
    color: #000000;  
}

.info {
    position: absolute;
    width: 313px;
    height: 131px;
    left: 40px;
    top: 315px;
    
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    display: flex;
    align-items: center;
    
    color: #000000;   
}
.adr {
    position: absolute;
    width: 332px;
    height: 49px;
    left: 40px;
    top: 264px;
    
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    display: flex;
    align-items: center;
    
    color: #B8B8B8;
    
}
.read {
    position: absolute;
    width: 254px;
    height: 44px;
    left: 129px;
    top: 424px;
    
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    
    color: #1FD897;
    
}
.question {
    position: absolute;
    width: 322px;
    height: 57px;
    left: 40px;
    top: 490px;
    
}
.chat {
    position: absolute;
    width: 322px;
    height: 138px;
    left: 40px;
    top: 569px;
    
}