*
{
    margin: 0;
    padding: 0;
}

body
{
    direction: rtl;
    background: #205791;
}

.message
{
    background: #009AEF;
    position: absolute;
    width: 41%;
    top:50%;
    right: 50%;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0px 2px 4px rgba(0 , 0 , 0 , 0.2);
}

.message img
{
    width: 100%;
    height: 100%;
    float: right;
}