body {
  font-family: "Alexandria", sans-serif;
}

h1, h3, .navbar-brand {
  color: #007bff;
}

.card {
  max-width: 350px;
  margin: 0 auto;

  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

footer {
  background-color: #f8f9fa;
}


.feature-illustration {
  margin-bottom: 1rem;
}

.card:hover {
  transform: translateY(-5px);
  transition: all 0.2s ease-in-out;
}
