
html,
body{
   text-align: center;
   height: 100%;
   font-family: arial,sans-serif;
}

* {
    margin: 0;
    padding: 0;
    
  }

nav ul {
    list-style: none;
    display: flex;
    float: right;
    text-align: right;
    justify-content: column;
    height: 25px;
    flex-direction: row;
    text-decoration: none;
    padding-right: 25px;
    margin-top: 18px;
}

nav li{
    text-decoration: none;
    padding-left: 15px;
}

nav a{
    text-decoration: none;
    color: #000;
}

a li img{
    opacity: 0.75;
}

.input-box{
    display: block;
    margin: 10px auto 0 auto;
    width: 575px;
    padding: 12px 12px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    box-shadow: 0 1px 3px #dcdcdc;

}

input{
    border: none;
    font-family: arial;
    font-size: 16px;
    width: 525px;
    display: inline-block;
    outline: none;
    display: inline-block;
    align-items: center;
    
}
#voice-search{
    height: 25px;
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    outline: none;
    width: 25px;
    float: right;
}

/* .voice-search{
    background: #fff url(https://res.cloudinary.com/esther/image/upload/v1534387231/voice-search.png) no-repeat -3px 0;
    background-size: 24px 24px;
    display: inline-block;
    height: 23px;
    width: 18px;
    vertical-align: middle;
    text-align: center;
} */

.content{
    display: inline-block;
}

.google-poster{
    width: 100%;
    height: 50%;
    /* height: 233px; */
    margin-top: 89px;
}

.google-poster img{
    width: 20%;
    display: inline-block;
    padding-top: 109px;
}

.buttons{
    margin-top: 30px;
}

button{
    margin-right: 8px;
    padding: 9px;
    border-width: 0;
    border-radius: 3px;
    color: #757575;
    cursor: default;
    font-family: arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    background-color: #f2f2f2;
}

.language{
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
}

.language a{
    list-style: none; 
    text-align: right;
    justify-content: column;
    text-decoration: none;
    padding: 0 3px;
    color: #1a0dab;
    
}
.semi-footer{
    background-color: #f2f2f2;
    /* float: left; */
    padding-left: 30px;
    /* width: 100%; */
    display: flex;
    /* height: 40px; */
    text-align: center;
    padding-top: 10px;
    font-size: small;
    padding-bottom: 10px;
    border-top: 1px solid #e4e4e4;
    margin-top: 90px;
    color: #0000008a;
}

footer{
    background-color: #f2f2f2;
    /* float: left; */
    padding-left: 30px;
    /* width: 100%; */
    /* display: flex; */
    height: 40px;
    text-align: center;
    padding-top: 10px;
    font-size: small;
    padding-bottom: 10px;
    border-top: 1px solid #e4e4e4;
    
}

.footer-link-left{
    float: left;
}

.footer-link-right{
    float: right;
}

.footer-link-left, .footer-link-right{
    padding-right: 15px;
    
}

footer a{
    text-decoration: none;
    padding-right: 12px;
    color: #0000008a;
}