*
{
    margin: 0;
    padding: 0;
}

body
{
    direction: rtl;
    background: #f5f5f5;
}

.message
{

    background: #f5f5f5;
    position: absolute;
    width: 50%;
    top:50%;
    right: 50%;
    margin-right: auto;
    margin-left: auto;


}

.message img
{
    width: 100%;
    height: 100%;
    float: right;
}