.btn {
font-family: 'Poppins', sans-serif;
  background-color:#164FA7 ;
    color: white;
  border:1px solid #164FA7;
  /*border-radius:25px;*/
  padding: 8px;
  font-size: 16px;
  
  width: 100%;
  max-width:200px;
  /*height: 50px;*/
  
  cursor: pointer;

  outline: none;


}



/* Darker background on mouse-over */
.btn:hover {

  outline: none;
  background-color: #3f51b5;
  border:1px solid #3f51b5;
  color: white;
  transition: 0.2s;
}







@media screen and (max-width: 600px) {
 

}