
ul {
    list-style-type: none;
    overflow: hidden;
    text-align: center;
}
li {
    float: right; 
} 
li a {
    color: #000; 
    display: block;
    text-align: center;
    padding: 2px 8px;
    text-decoration: none;
    font-size: 14px;
}
.images_text {
    position: absolute; 
    display: flex;
    padding-bottom: 30px;
    padding-left: 760px;
    top: 200px;
    color: rgb(81, 81, 238) !important;
}
img {
    width: 23%;
    height: auto; 
}
li a:hover {
    text-decoration: underline; 
}
.lang {
    text-decoration: none;
}
.signbutton {
    background-color: #4885ed;
    color: #fff; 
    border: none; 
    border-radius: 5px; 
    padding: 10px 5px;
    font-weight: bold;
    margin-bottom: 5px;
    
}

.grid {
    border-radius: 2px;
    width: 18px;
    height: auto;
    position: relative; 
    
}

.logo {
    margin-top:70px;
    margin-bottom: 20px; 
    text-align: center;
}
form {
    padding: 10px 10px;
    text-align: center;
    padding: 2px; 
}

.bar {
    margin: auto;
    height: 30px;
    width: 450px; 
    border-radius:30px; 
    border: 1px solid #dcdcdc; 
    display: flex; 
}

.button-submit {
    background-color: #f5f5f5; 
    border: none; 
    color: #707070; 
    padding: 10px 20px; 
    margin: 5px; 
    border-radius: 4px; 
    outline: none; 
    margin-top: 20px; 
}

.bottom-button {
    display: inline-block;
}
.left{
    float: left;
    width: 50%; 
}
.right {
    float: left; 
    width: 50%;
}
.languages {
    font-size: 13px;
    text-align: center;
    padding:10px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 60px;
}
.bar::hover{
    box-shadow: 1px 1px 8px 1px #dcdcdc; 
}

.button:hover{
    border: 1px solid #c8c8c8; 
    padding: 9px 19px; 
    color:#808080; 
}

.button:focus{
    border:1px solid #4885ed;
    padding:2px;
}
.button {
    text-align: center;
    display:flex; 
}

.country {
    font-size: 15px;
    font-family: sans-serif;
    font-weight:0;
}
.bottom-nav {
    margin-top: 105px;
    padding: 2px 20px;
    border-bottom: 1px solid #dadce0; 
    font-size: 15px;
    color: #70757a;
}

.bottom- {
    margin-top: 210px;
    padding: 2px 20px;
    border-bottom: 1px solid #dadce0; 
    font-size: 15px;
    color: #70757a;
}
.additional-info {
    text-align: center;
}
.bottom-nav2 {
    border-bottom: 1px solid #dadce0; 
    font-size: 15px;
    color: #70757a;
    text-align: center
}

.magnify {
    position: absolute;
    top: 268px;
    height: 16px;
    width: auto; 
    left: 64.5%;
}

.mic {
    position: absolute;
    top: 263px;
    height: 27px;
    width: auto; 
    left: 62%;
}

.search-bar-icons {
    display: flex;
    text-align: center;
}

#magnifying-glass {
    position: absolute;
    top: 268px;
    height: 15px;
    width: auto;
    left: 463px;
}

.camera-icon {
    position: absolute;
    top: 267px;
    left: 820px; 
    height: 18px;
    width: auto;
}
#more {
    font-family: sans-serif;
    font-size: 6px; 
    text-align: left;
}

#user-info {
    font-family: sans-serif;
    font-size: 6px;
    text-align: right;
}
