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;
}

#searchForm {
  margin-left: 10%;
  margin-right: auto;
  margin-top: 50px !important;
}

#butons{
  margin-left: 35%;
  margin-right: auto;
  margin-top: 15px;
}

label{
	font-size: 20px;
	margin-left: 20px;

}

select{
  font-size: 17px;
  background-color: rgb(244.22, 251.02, 195.23);
  border-radius: 5px;
  border: 1px solid #8f8f8f;
}
#bookSelect, #chapterSelect, #verseSelect {
	width: 250px;
	height: 40px;
}

button{
  	font-size: 17px;
  	margin-left: 8px;
  	height: 40px;
  	background-color: #e0e8fe;
    border-radius: 5px;
    border: 1px solid #404040;

 }

/*Media moviles y tablet*/
@media (min-width:321px) and (max-width: 800px){
	h1{
	text-align: center;
	font-size: 19px;
	margin-top: -5px;
  }

  button{
  	font-size: 17px;
  	margin-left: 8px;
  	height: 40px;
  	background-color: rgb(244.22, 251.02, 195.23);
  border-radius: 5px;
  border: 1px solid #8f8f8f;

  }

#butons{
	display: flex;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 17px;
}

#nextChapterButton{
	display: none;
}

 label[for="verseSelect"], label[for="chapterSelect"], label[for="bookSelect"]{
	color:  #061e88  !important;
}

select{
	font-size: 20px;
	margin-top: 5px;
}

#searchForm {
  margin-left: 10%;
  margin-right: auto;
  margin-top: 5px !important;
 }

}

@media (min-width:320px) and (max-width: 980px){
  #nextChapterButton{
  display: none;
 }
}