  
				.btn-primary{
					padding:10px;
					width:100%;
					
					color:#fff;
					font-weight:bolder;
					font-size:20px;
					border:none;
				}
				#bt1{
					background-color:#266ced;
				}
				
				#bt2{
					background-color:rgb(0,0,0);
					width:80%;
				}
				.form-control,.form-select{
					padding:10px;
				}
				.form-control:focus, .form-select:focus{
					outline:none;
					box-shadow:none;
					border-color:#266ced;
				}
				 
 
@media only screen and (min-width: 300px) {
 
 #poi{
 text-align:center;
 padding-top:15px;
 }
 #poi h4{
	font-size:16px;
	 
 }
 #poi img{
	width:70%;height:auto;margin-bottom:20px;
 }
 #bt2{
	 font-size:14px;
 }
  
}



@media only screen and (min-width: 600px) {
 
 #poi{
 text-align:left;
 }
 #poi h4{
	font-size:20px;
	 
 }
 #poi img{
	width:50%;height:auto;margin-bottom:20px;
 }
  
}


#bou{
	background-color:red;
}

