body{
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-direction: column;
    direction: rtl;
}

a{
    color: #4141f3;
    text-decoration: none;
}
a:visited{
    color:#4141f3;
}

img{
    max-width: 100%;
}

li{
    display: flex;
    align-items: center;
}

ul.link-list img{
    width: 24px;
    margin-right: 8px;
}

ul.link-list > li{
    margin: 16px auto;
}

.page-title{
    text-align: center;
}

.widget{
    background-color: #cacad0;
    padding: 10px;
    margin-bottom: 10px;
}
.bold{
    font-weight: bold;
}

.ltr{
    direction: ltr;
}