.newsdetails {
    direction: rtl;
    text-align: right;
}

.newstitle {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-right: 5px;
}

.newsdate{
    padding-bottom: 10px;
    padding-right: 5px;
}

.newspic {
    padding-bottom: 20px;
}

.newspic img {
    width: 500px;
    border-radius: 10px;
}

.newsbody {
    font-size: 16px;
    padding-right: 5px;
}