body {
    font-family: sans-serif;
  }
  a {
 /*   color: #369; */
  }
  .note {
    width: 500px;
    margin: 50px auto;
    font-size: 1.1em;
    color: #333;
    text-align: justify;
  }
  #drop-area {
    border: 2px dashed #14acc2;
    border-radius: 20px;
   /* width: 480px;
    margin: 50px auto; */
    padding: 20px;
  }
  #drop-area.highlight {
    border-color: #01579B;
  }
  p {
    margin-top: 0;
  }
  .my-form {
    margin-bottom: 10px;
  }
  .button {
    display: inline-block;
    padding: 0.375rem;
    background: #E1F5FE;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #01579B;
  }
  .button:hover {
    background: #B3E5FC;
  }
  #fileElem {
    display: none;
  }