  body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /*background:linear-gradient(to right, #D50000,#b06ab3);*/
    /*color: #d7d7ef;*/
    font-family: 'LATO' ,sans-serif;
  }

  h2{
    margin: 50px 0;
  }


  .file-drop-area{
    position: relative;
    display: flex;
    align-items: center;
    width: 650px;
    max-width: 100%;
    padding:25px;
    border: 1px dashed #000000;
    border-radius: 3px;
    transition: .2s;
  }

  .choose-file-button{

    flex-shrink: 0;
    background-color: #dfdfdf;
    border:1px solid rgba(255,255,255,0.1);
    border-radius: 3px;
    padding:8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;

  }

  .file-message{
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .file-input{
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    widows: 100%;
    cursor: pointer;
    opacity: 0;

  }

  /* Absolute Center Spinner */
#loadingGif {
  /* display: none; */
  /* margin-top: 50px; */
  position: fixed;
}
