.footer_div_en{
    position: fixed;
    bottom: 0px;
    left: 0px;
    color: white;
    right: 0px;
    background-color: #333435;
    padding: 1px;
    text-align: left;
    z-index: 100;
}
.footer_div_en a{
    color: white;
    padding: 5px;
    font-weight: 700;
}
.footer_div_ar{
    position: fixed;
    bottom: 0px;
    left: 0px;
    color: white;
    right: 0px;
    background-color: #333435;
    padding: 1px;
    text-align: right;
    z-index: 100;
}
.footer_div_ar a{
    color: white;
    padding: 5px;
    font-weight: 700;
}
.me{
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 50%;
    overflow: hidden;
    width: 40px;
    height: 40px;
    background-color: white;
}
.me img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
h3.text-center,h2.text-center{
    text-shadow: 0px 0px 5px #fff;
}