body{
    font-family: arial, sans-serif;
    margin: 0;
}
li a{
    list-style: none;
    text-decoration: none;
}
a{
    text-decoration: none;
}
.navbar{
    height: 50px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.navbar ul{
    display: flex;
}
.navbar ul li{
    margin-left: 15px;
}
nav{
    padding-right: 5px;
}
#square {
    padding-bottom: 10px;
}
button{
    background-color: #4285f4;
    border: 1px solid #4285f4;
    font-weight: bold;
    color: #fff;
    border-radius: 2px;
    height: 30px;
    width: 90px;
}
.linav{
    display: inline-flex;
    color: #000000DE;
}
.linav a{
    color: #000000DE;
}
.navbar li a{
    display: inline;
}

.main {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 40px;
}
.search {
    display: flex;
    justify-content: center;
    border: 0.1px solid #000;
    padding: 10px;
    height: 30px;
    width: 582px;
    margin-left: 300px;
    border-radius: 24px;
    border: 1px solid #dfe1e5;
}
.search:hover{
    box-shadow: 2px 2px 8px #C5C4C4;
}
.center{
    display: flex;
    justify-content: center;
    padding: 18px 0 0;
}
.language{
    display: flex;
    justify-content: center;
}
#en a:hover{
    text-decoration: underline;
}
.search input{
    width: 480px;
    border: none;
    margin: 0 15px;
    background: transparent;
}
.search input:focus{
    outline: none;
}
#search, #luck{
    margin: 0 10px;
    border: 1px solid #fff;
    padding: 10px 16px;
    border-radius: 4px;
    color: #5F6368;
}
#search:hover {
    border: 1px solid #c6c6c6;
    color: #222;
    box-shadow: 0 1px 1px rgba(10, 10, 10, 0.1);
    cursor: pointer;
}
#luck:hover {
    cursor: pointer;
    border: 1px solid #c6c6c6;
    color: #222;
    box-shadow: 0 1px 1px rgba(10, 10, 10, 0.1);
}
.language a{
    color: #1a0dab;
}

.bottom{
    position: fixed;
    bottom: 0;
    width: 100%; 
    display: flex;
    background: #f2f2f2;
    border-top: 1px solid #e4e4e4;
    line-height: 40px;
    justify-content: space-around;
}
.bottom a{
    color: #5f6368;
}
.france{
    position: fixed;
    bottom: 41px;
    padding-left: 20px;
    width: 100%;
    height: 40px;
    display: flex;
    background: #f2f2f2;
    color: rgba(0,0,0,.54);;
    line-height: 40px;
}