*{
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}
header{
    padding: 20px;
    line-height: 36px;
}

ul li{
    display: inline-block;
}
ul li a{
    color: black;
    opacity: 0.8;
    padding: 0.5rem;
}
ul li a:hover{
    text-decoration: underline;
}
.header-left{
    float: left;
}
.header-right{
    float: right;
}
.header-right-appicom{
    vertical-align:middle;
    opacity: 0.5;
}
.header-right-appicom:hover{
    opacity:1;
}

.header-right-button{
background-color:#4285F4 ;
color: white;
border:none;
border-radius: 4px;
width: 70px;
height: 30px;
font-weight: 600;
cursor: pointer;
}

.logo{
      width: 272px;
      height: 95px;
}
.main{
    margin-top: 200px;
    text-align: center;
    /* margin: auto; */
}

.micro{
    width: 15px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    
}

.search{   
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.search-input{
    border:none;
    outline: none;
    width: 350px;
    height: 25px;
    vertical-align: middle;
    font-size: 14px;
}
.arama{
    border:1px solid #d3d3d3;
    border-radius: 25px;
    width: 460px;
    height: 38px;
    margin: 20px auto;
    padding: top 3px;
   
}
.arama:hover{
    box-shadow: rgb(211,211,211) 3px 3px 5px 0px;
}

.left,
.right{
    height: 36px;
    padding: 1px 16px;
    border: none;
    border-radius: 4px;
    margin:10px 3px;
    background-color: #f0f0f0;
    opacity: 0.8;
    cursor: pointer;
}
.left:hover,
.right:hover{
    opacity: 1;
    border: 1px solid #d3d3d3;
    box-shadow: rgb(211,211,211)0.7px 0.7px 0.7px 0;
}

.language{
 margin-top: 20px;

}
.language a{
    text-decoration: underline;
}

.footer{
    position:fixed;
    bottom: 0;
    /* padding-left: 20px; */
    background-color: #f2f2f2;
    width: 100%;
    line-height: 40px;
}
.footer__country{
    font-size: 14px;
    padding-left: 20px;
    border-bottom:1px solid #e4e4e4;}
    .footer__bottom--left{
       float: left; 
       padding-left: 20px;
    }
    
    .footer__bottom--right{
    float: right;
    padding-right: 20px;
    }
    