header {
    align-items: center;
    background-color: #ffffff; /* Dark blue background */
    color: #004176; /* White text */
    border-bottom: 20px solid #004176; /* Optional border for separation */
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1650px;
}

header .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 2px solid #004176; /* Optional border for separation */
}

header .row .logo {
    display: flex;
    max-width: 400px;
}

header .row .logo img {
    height: 80px; /* Adjust logo size */
    margin-right: 15px; /* Space between logo and text */
}

header .row .title {
    font-size: 35px; /* Adjust text size */
    font-weight: bold;
    max-width: 900px;
}

.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.navbar-row {
  padding: 10px 10px;
  width: 100%;
}

nav {
  width: 100%;
  font-size: 20px;
}
