*
{
    margin: 0;
    padding: 0;
}

body
{
    direction: rtl;
    background: #205791;
    font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
    background: #f6f8f9;
    color: #1f2937;
    line-height: 1.8;}

.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;
}