.cont .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /*background-color: #0b384f;*/
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  width: 50%;

    border: 2px solid white	;



}

.card
{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.zoom {
  
  transition: transform .9s; /* Animation */
  
}

.zoom:hover {
  transform: scale(1.1  );
  filter: brightness(50%); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/*.navbar-nav
{
  margin-left: auto !important;
}
*/