body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  background-color: #fff;
  color: #333;
  padding: 20px;
}



/* Additional CSS styles for other elements can be added below */

#left-logo {
  width: 400px;
  height: 100px;
  margin-right: 10px;
  margin-left: -20px;
}
#right-logo {
  width: 100px;
  height: 50px;
  margin-right: 10px;
  margin-left: 0px;
}

#left-logo {
  margin-right: 10px;
}

nav {
  background-color: #0099cc;
  height: 50px;
  display: flex;
  justify-content: center;
  position:relative;
/* z-index:1; */  
  
}

ul1 {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li1 {
  padding: 15px 20px;
}

li1 a {
  color: #fff;
  text-decoration: none;
}




footer {
  background-color: #f0f0f0;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

footer p {
  margin: 0;
  font-size: 16px;
}


.welcome-container {
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  display: flex;
  color:white;
  align-items: center;
}
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

/* Styles for other elements */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#vertical-second-section {
   
}



