body{
    background-color: rgb(203.2, 213.58, 243.05);
  }

#verse {
  color: #0b0060;
  font-size: 25px !important;
  margin-top: 50px !important;
  width: 95% !important;
  margin-left: auto;
  margin-right: auto;
  text-indent: 20px;
}

h1{
	text-align: center;
}

audio{
  margin-top: 50px !important;
}

#searchForm {
  margin-left: 10%;
  margin-right: auto;
  margin-top: 50px !important;
}

#butons{
  margin-left: 35%;
  margin-right: auto;
  margin-top: 15px;
  font-size: 24px;
}

.btn-info{
  text-align: center;
  padding: 5px 8px;
  font-size: 17px;
  background-color: #f4fbc3;
  border-radius: 5px;
  border:1px solid #000;

}

label{
	font-size: 20px;
	margin-left: 60px;

}

select{
  font-size: 17px;
  background-color: rgb(244.22, 251.02, 195.23);
  border-radius: 5px;
  border: 1px solid #8f8f8f;
}
#libro, #capitulo, #verseSelect {
	width: 250px;
	height: 40px;
}


/* MEDIA QUERY*/
@media (min-width:321px) and (max-width: 800px){
	h1{
	text-align: center;
	font-size: 19px;
	margin-top: -5px;
  }

#butons{
	justify-content: center;
	margin-top: 20px;
	font-size: 22px;
}


 label[for="libro"], label[for="capitulo"]{
	color:  #061e88  !important;
  font-weight: bold;
  font-size: 22px;
}

select{
	font-size: 20px;
	margin-top: 5px;
}

#searchForm {
  margin-left: 10%;
  margin-right: auto;
  margin-top: 25px !important;
 }

}

@media (min-width:320px) and (max-width: 980px){
 

 label{
  font-size: 20px;
  margin-left: 20px;
}

#butons{
  display: block;
  justify-content: center;
  font-size: 20px;
  margin-left: 10%;
  }

  h1{
    margin-top: 20px;
  }



}

@media (max-width:480px) {
  #searchForm {
    margin-left: 0 !important;
    width: 99%;
  }

  #libro, #capitulo{
    width: 99%;
  }

  h1{
    font-size: 24px;
    margin-top: 35px;
    color: #000;
  }
}