body{
    margin: 0px;
}
#navbar{
    background-color: #00253c;
    width: 100%;
    height: 70px;
    color: white;
    align-items: center;
    border-top: none;
    font-family: sans-serif;
}
#moreTravel_option{
    width: 20px;
    background-color: #00253c;
    color: white;
    border: none;
}
#header{
    display: flex;
    width: 90%;
    align-items: center;
    margin: auto;
    height: 95%;
    justify-content: space-between;
    
}
.header_part1{
    display: flex;
    gap: 50px;
}
.more_travel{
    font-size: 15px;
}
.more_travel a{
    text-decoration: none;
    color: white;
}

#logo_img{
    height:30px;
}
#navbar_ul{
    display: flex;
    gap: 20px;
    font-size: 15px;
}
#navbar_ul li{
   list-style: none;
}
#navbar_ul a{
    color: white;
    text-decoration: none;
}
