/* Custom Styles */
body {
  font-family: 'Arial', sans-serif;
}

h1, h2, h3 {
  font-weight: bold;
}

.card {
  margin-bottom: 30px;
}

footer {
  background-color: #003366;
}
