/* Custom variables */
body {
  background-color: #0055A0;
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.5);
}

.card {
  min-width: 40vh;
}
