body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "Roboto", sans-serif;

    
  }
  hr{
    width: 100%;
    margin: 40px 0!important;
  }
  .drop-area {
    border: 2px dashed #ccc;
    padding: 20px;
    width: 90%;
    max-width: 400px;
    margin: 20px 0;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
  }

  .drop-area img{
    position: relative;
    top: -35px;
    width: 60px;
    margin-bottom: -38px;
  }

  .EditCover{
    margin: 30px;
    text-align: center;
  }
  #btnTrocar, #btnDownload, #btnDownloadNoText {
    margin-top: 10px;
  }
  #textControls {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #textControls > * {
    margin: 5px;
  }
  .boxEdit{
    display: none;
  }

  .loading{
    display: block;
    background: #fffacd;
    padding: 20px;
    margin: 20px;
    border-radius: 10px;
  }

  .EditCover{
    display: none;
  }
  #videoInfo{
    display: flex;
  }

  .resultados {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.resultados div {
    display: table-row;
}

.resultados div span {
    display: table-cell;
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

.resultados div span:not(:last-child) {
    border-right: 1px solid #ddd;
}
.logo{
  margin: 30px;
}
