#drop-area {
   border: 2px dashed #ccc;
   width: 100%;
   /* height: 100px; */
   text-align: center;
   align-items: center;
   padding: 20px;
   margin: 10px auto;
   transition: background-color 0.2s ease-in-out;
   background-color: #f0f0f0;
   border-radius: 10px;
}

#drop-area-child {
   width: 100%;
   height: 100%;
   margin: 0px auto;
}

#drop-area:hover {
   background-color: #dadada;
   cursor: pointer;
}

#lang {
   width: 100%;
   height: 30px;
   margin: 0 auto;
   text-align: center;
   align-items: center;
}
