.footer {
  display: block;	
  position: fixed;	
  background-image: linear-gradient(to bottom, rgb(50,50,50) 0%, rgb(0,0,0) 50%, rgb(5,5,5) 52%, rgb(25,25,25) 100%);
  box-shadow: -1px -2px 3px 1px rgba(0,0,0,0.6);
  font-family: Arial;
  color: rgba(255,255,255,1);
  font-size: 14px; 
  bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px; 
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;	
  direction: rtl;
}