* {
    box-sizing: border-box;
}
.container {
    position: relative;
    width: 390px;
    height: 844px;
    background: #1FD897;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    margin: auto;
}
.subcontainer {
    position: absolute;
    width: 390px;
    height: 738px;
    left: 0px;
    top: 106px;
    background: #FAFFFD;
    border-radius: 50px;
}
.menu {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 334px;
    top: 55px;
    color: white;
}
.arrow {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 40px;
    top: 60px;
    color: white;
}
.jd {
    position: absolute;
    width: 209px;
    height: 27px;
    left: 86px;
    top: 53px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    }
.online {
    position: absolute;
    width: 55px;
    height: 34px;
    left: 86px;
    top: 75px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #FFFFFF;

    }
.today {
    position: absolute;
    width: 92px;
    height: 33px;
    left: 149px;
    top: 50px;
    background: #1FD897;
    box-shadow: 0px 1px 4px #9CFFDD;
    border-radius: 50px;        
}
.wtoday { 
    position: absolute;
    width: 49px;
    height: 17px;
    left: 23px;
    top: 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: white;
}
.speech {
    position: absolute;
    width: 342px;
    height: 53px;
    left: 25px;
    top: 150px;
    background: #E8E8E8;
    border-radius: 20px 20px 0px 20px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.msg {
    position: absolute;
    width: 291px;
    height: 37px;
    left: 49px;
    top: 160px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #000000;
}
.speech1 {
    position: absolute;
    width: 342px;
    height: 68px;
    left: 24px;
    top: 298px;
    background: #1FD897;
    border-radius: 20px 20px 0px 20px;
}
.msg1 {
    position: absolute;
    width: 291px;
    height: 37px;
    left: 49px;
    top: 315px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #000000;
}
.time {
    position: absolute;
    width: 33px;
    height: 37px;
    left: 32px;
    top: 210px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #BBBBBB;
    
}
.seen {
    position: absolute;
    width: 26px;
    height: 37px;
    left: 309px;
    top: 370px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #BBBBBB;
}
i.fa-solid.fa-check {
    position: absolute;
    width: 22px;
    height: 22px;
    left: 342px;
    top: 377px;
    color: #BBBBBB;  
}
.typing {
    position: absolute;
    width: 323px;
    height: 53px;
    left: 29px;
    top: 643px;   
}
.bubble {
    position: absolute;
    width: 81px;
    height: 60px;
    left: 20px;
    top: -200px;
    z-index: 10;
       
}
a {
    color: white;
    text-decoration: none;
}