.my-drop-bg {
    background-color: blue;
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-size: 19px;
  }  
  .drop-area {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    color: #120101;
    cursor: pointer;
    height: 12rem;
    width: 32rem;
    background-color: blue;
  } 
  