@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

* {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  color: rgb(219, 218, 218);
}

body {
  background-image: url(160-1603925_standard-light-purple-wallpaper-16-9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.div-logo {
  margin: auto;
  margin-top: 100px;
  width: 400px;
  display: flex;
  justify-content: space-around;
}



#logo1 {
  background-image: url(unicamp.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  display: inline-block;

}

#logo2 {
  background-image: url(logotipo-cpqd.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 100px;
  display: inline-block;
}

.bg-trans {
  background-color: rgb(84, 0, 117);
  color: white !important;
}

.navbar-brand {
  color: white !important;
  font-family: 'Roboto', sans-serif !important;
}

.nav-link {
  color: white !important;
}

.header {
  padding: 0px 40px;

  background-color: #ffffff00;
  line-height: 22px;
}

#search-title {
  margin-top: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 40px;
}

#paper {
  margin-bottom: 15px;
  font-size: 19px;
}

#authors {
  margin-bottom: 30px;
  font-size: 20px;
}

.project-description-div {
  width: 1200px;
  margin: auto;
  /* background-color: rgba(255, 255, 255, 0.2); */
  padding: 10px 65px;
  border-radius: 3px;
  margin-top: 100px;
  /* margin-bottom: 20px; */
  text-align: justify;
  /* box-shadow: 1px 1px 10px rgba(0,0,0,0.2); */
}

.section-title {
  text-align: center;

}

#project-description {
  line-height: 25px;
  font-size: 21px;
  font-weight: 400;

}

.description {
  text-align: center;
}

.team-description {
  font-weight: bold;
}

.container {
  width: 60%;
  background-color: rgba(255, 255, 255, 0.2);
  margin: auto;
  border-radius: 4px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
  padding: 30px 40px;
}

.audios-table {
  width: 80%;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: auto;
}

td,
th {
  color: white;
}

td {
  margin-bottom: 40px;
  height: 100px;
  padding: 0 3px;
}

.index {
  padding: 20px;
  font-size: 18px;
  text-align: center;
}


.audio-control {
  width: 150px;
  border-radius: 5px;

}

.phrase {
  padding-right: 20px;
  text-align: center;
}