body {
  background-color: #bfd7ea;
  font-family: Arial, Helvetica, sans-serif;
}

.homepage-logo {
  width: 180px;
  max-width: 60%;
  height: auto;
}

.contact-card {
  max-width: 500px;
  border: none;
  border-radius: 15px;
}

.contact-card a {
  color: #003366;
  overflow-wrap: anywhere;
}

.contact-card a:hover {
  text-decoration: underline !important;
}

.homepage-content {
  max-width: 750px;
  font-size: 1.1rem;
  line-height: 1.7;
}

footer {
  background-color: #003366;
  color: white;
  text-align: center;
  padding: 1rem;
  font-size: 1rem;
}

footer a {
  color: white;
}

footer a:hover {
  color: #ffd54f;
}