body {
  font-family: 'Prompt', sans-serif;
  background-color: #f8f9fa;
}

a {
  text-decoration: none;
}

.hero-section h1,
.hero-section p {
  text-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}

.bg-footer-blue {
  background-color: #2c3e70 !important;
}

