.display-files {
  overflow-y: scroll;
  height: 400px;
  background-color: #D6DAC2;
 
}
.file {
  direction: rtl;
  margin: 0 auto;
  max-width: 350px;
  font-size: 17px;
  justify-content: center;
  text-align: center;
}
a.link:hover{
    color: #2C82C9;
    font-size: 18px;
}
.empty{
    content: "";
    height: 20px;
    
}
