.songs{
  text-align: center;
}

form{
  text-align: center;
  margin-top: 40px;
}

.form-group input{
  text-align: center;
  border: none;
  background-color: rgba(78, 184, 255, .8);
  color: black;
  height: 30px;
  width: 500px;
  color: whitesmoke;
}

.btn-default:hover{
  opacity: .7;
}

.btn-default{
  background-color: rgba(78, 184, 255, 1);
  border: none;
}

body{
    background-image: url(https://templeofara.net/wp-content/uploads/2015/07/wheat-field.jpg);
    /*background-image: url(https://unsplash.it/g/1920/1080/?random);*/
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;


}

.title{
  text-align: center;
  color: rgba(78, 184, 255, 1);
  font-family: 'Pacifico', cursive;
	font-size: 120px;
	line-height: 100px;
  margin-top: 200px;
}

.well:hover{
  background-color: rgba(255,255,255, .8);

}

.form-group input:focus{
  background-color: rgba(78, 184, 255, .3);
}

input{
  background-color: rgba(255,255,255, .5);
}

button{
  color: lightblue ;

}






