/** code by webdevtrick (https://webdevtrick.com) **/
.container{
  width: 70%;
  position: absolute;
  top: 30%;
  left: 30%;
  
}
#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
	display: inline-block;
}
#custom-search-input input{
    border: 0;
    box-shadow: none;
}
#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}
#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}
#custom-search-input .glyphicon-search{
    font-size: 25px;
}
h1{
	color:red;
}
h2{
	color:green;
}
#rcorners1 {
  border-radius: 25px / 25px;
  background: #f0ffaf;
  padding: 60px; 
  width: 200px;
  height: 150px; }