body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

header {
  background-color: #366ec7;
  color: white;
  padding: 0;
}

header img {
  max-width: 90%;
  height: auto;
  margin: 0 auto;
}

footer {
  background-color: #f8f9fa;
  color: #20639e;
  padding: 30px 0;
}

footer img {
  max-width: 170px !important;
  height: auto;
}

/* Footer and header specific styles for larger screens */
@media (min-width: 768px) {
  header img {
    max-width: 450px !important;
  }

  footer img {
    max-width: 170px !important;
  }
}

footer p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

footer a {
  color: #007bff;
  text-decoration: none;
}

form .form-control {
  width: 100%;
  box-sizing: border-box;
}
