.droparea {
    width: 500px;
    height: 500px;
    font-size: 1.25rem;
    background-color: #c8dadf;
    position: relative;
    padding: 100px 20px;
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
}
.droparea:hover {
  background: #adebad;
}
.icn{
    width: 40px;
    height: 40px;
}
.tablearea {
    width: 200px;
    min-height: 500px;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
    float: left;
    margin-left: 10px;
}

.box_label{
    text-align: center;
    font-family: Arial, Verdana, sans-serif;
    font-size: 20px;
    
}