* {
  margin: 0;
  padding: 0;
  
}

body {
  background: #dfeaf0;
  font-family: Arial, sans-serif;
  padding-top: 50px;
  flex-wrap: nowrap;
}

.navbar1{
  width: 90%;
  background-color:  #1f1f23;
  padding: 18px 40px;
  display: flex;
  position: relative;
    top: 150px;
    left: 30px;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
}

 .text{
  color: white;
  position: relative;
  bottom: 10px;
  font-size: 30px;
  font-weight: bold;
} 

.logo1 {
  color: white;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 20px;
  position: relative;
  left: 60px;

}

.menu {
  list-style: none;
  display: flex;
  gap: 30px;
  color: #cfcfcf;
}



.btn {
  background-color: #1aa3b8;
  color: white;
  border: none;
  padding: 8px 22px;
  border-radius: 20px;
  position: relative;
  right: 50px;
}
.navbar2{
  width: 90%;
  background-color:#1f1f23;
  padding: 18px 40px;
  display: flex;
  border-radius: 6px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.25);
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  top: 350px;
  left: 30px;
}

.logo2{
    color: white;
    font-weight: bold;
    letter-spacing:3px ;
    justify-content: right;
    position: relative;
    right: -930px;
    font-size: 20px;
}
.menu2 {
  list-style: none;
  display: flex;
  gap: 30px;
  color: #cfcfcf;
  justify-content: left;
  position: relative;
  left: 50px;
}

.btn2 {
  background-color: #1aa3b8;
  color: white;
  border: none;
  padding: 8px 22px;
  border-radius: 20px;
  justify-content: left;
  position: absolute;
  left: 350px;
  top: 12px;
}

.navbar3 {
  width: 90%;
  background-color: #1f1f23;
  padding: 18px 40px;
  display: flex;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  top: 380px;
  left: 30px;
  right: 20px;
  border-radius: 6px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.25)

}

.logo {
  color: white;
  font-weight: bold;
  justify-content: left;
  align-items: left;
  font-size: 20px;
  letter-spacing: 1px;
  position: absolute;
  top: 25px;
  left: 90px;
}

.menu3 {
  list-style: none;
  display: flex;
  gap: 30px;
  color: #cfcfcf;
  justify-content: right;
  align-items: right;
  position: relative;
  right: -990px;
  top: 8px;
}

.btn3{
  background-color: #1aa3b8;
  color: white;
  border: none;
  padding: 8px 22px;
  border-radius: 20px;
  justify-content: right;
  align-items: right;
  position: relative;
  right:-1020px;
  
}

