.phone {
    padding-top: 90px;
    width: 298px;
    height: 600px;
    background: url('/assets/img/IAMIE_phone_chat.webp') center / cover no-repeat;
}

.phone-dial {
    padding-top: 90px;
    width: 298px;
    height: 600px;
    background: url('/assets/img/IAMIE_phone_dial.webp') center / cover no-repeat;
}

.phone .chat {
    margin-left: 20px;
    margin-right: 20px;
    color: #333;
    font-size: .8rem; 
    overflow: auto;
    height: 480px;
}

.phone .chat .bot,
.phone .chat .usr {
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.phone .chat .bot {
    background-color: #eeeeef;
}

.phone .chat .bot::before {
    content: "IAmie";
    display: block;
    font-weight: bold;
}

.phone .chat .usr::before {
    content: "Paul";
    display: block;
    font-weight: bold;
}

.phone .chat .media {
    margin: .2em 2em .2em .2em;
    padding: 1px 2em 0px 1em;
    background-color: white;
    border-radius: 2em;
    border: 1px solid gray
}