body {
    font-family: 'Segoe UI', sans-serif;
    background: #f9f9f9;
}

.section {
    padding: 80px 0;
}

.footer {
    background: #222;
    color: #ccc;
    padding: 40px 0;
}

.footer a {
    color: #aaa;
    text-decoration: none;
}

.footer a:hover {
    color: white;
}
body {
  font-family: "Roboto Flex", sans-serif;
}

.logo-img {
  max-height: 200px;
  width: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.navbar-nav .nav-item {
  margin: 0 1.5rem; /* Adjust spacing here */
  font-size: 1.1rem;
  font-family: "Roboto Flex", sans-serif;
}


.btn-custom-red {
  background-color: #EC2024;
  color: white;
  border: none;
}

.btn-custom-red:hover {
  background-color: #C30000;
  color: white;
}
