body {
    padding-top: 50px;
}
footer {
    text-align: center;
    font-size: small;
    color: gray;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.rtl {
    direction: rtl;
}
.ltr {
    direction: ltr;
}
