html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}

footer.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #3490dc;
}

.menu-container {
  border-bottom: 3px solid #14141f1f;
}

.card {
  margin-bottom: 1.5rem;
  border-color: #00000020;
  box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
}

.card.first {
  margin-top: 1.5rem;
}

i.blue {
  color: #3490dc;
}
