@charset "utf-8";
/* CSS Document */

h3 {
  color: #1a3a8d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: -10px;
}



.btn-info {
  
  background-color: #003462;
  border: none;
}


.btn-info:hover {
  
  background-color: #0054a0;
  border: none;
}