.body {
    background: #ffffff url("https://imgur.com/8gYdxJN.gif");
}

/* Chat containers */
.container {
    border: 2px solid #84eeff;
    background-color: #000000;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}

/* Darker chat container */
.darker {
    border-color: #fc83ff;
    background-color: #000;
}

/* Clear floats */
.container::after {
    content: "";
    clear: both;
    display: table;
}

/* Style images */
.container img {
    float: left;
    max-width: 100px;
    width: 100%;
    margin-right: 10px;
    border-radius: 50%;
}

/* Style the right image */
.container img {
    vertical-align: middle;
    float: left;
    max-width: 100px;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    border-radius: 50%;
}

/* Style time text */
.time-right {
    float: right;
    color: #ffff75;
}

/* Style time text */
.time-left {
    float: left;
    color: #ffff75;
}