.chat {width:500px;display:flex;flex-direction:column;padding:10px;}.messages {margin-top:30px;display:flex;flex-direction:column;}.message {border-radius:20px;padding:8px 15px;margin-top:5px;margin-bottom:5px;display:inline-block;}.other-user {align-items:flex-start;}.other-user .message {margin-right:25%;max-width:500px;overflow-wrap:break-word;background-color:#eee;position:relative;}.message-timestamp-this-user {position:relative;font-size:.85em;font-weight:300;bottom:5px;right:5px;}.message-timestamp-other-user {position:relative;font-size:.85em;font-weight:300;bottom:5px;left:5px;}.this-user {align-items:flex-end;}.this-user .message {color:white;margin-left:25%;max-width:500px;overflow-wrap:break-word;background:linear-gradient(to bottom, #00D0EA 0%, #0085D1 100%);background-attachment:fixed;position:relative;}