body{
    font-family: Arial, Helvetica, sans-serif;
}
.top{
    padding-right: 10px;
    padding-top: 7px;
}
.box1{
    padding-right: 10px;
    margin-top: 5px;
    width: 25px;
    height: 25px;
    display: inline-block;
    float:right;
}
.box2{
    float: right;
   
}
#gmail{
    padding: 10px;
    float: right;
    color: black;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

#Signin{
    background-color: #2B7DE9;
    width: 133px;
    height: 36px;
    border-radius: 6px;
    color: white;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}
.ort{
    
    width: 900px;
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 220px;
    padding-bottom: 25px;
}
.search2{
    margin: auto;
    position: relative;
    width: 561px;
    height: 24px;
    border:1px solid black;
    padding: 8px 10px;
    border-radius: 50px;
    
}
.elementscontainer{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.search{
    border: none;
    width: 100%;
    height: 100%;
    padding: 0px 5px;
    border-radius: 50px;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-weight: 500;
}
.search:focus{
    outline: none;
}
.fa-magnifying-glass{
   
    float: left;  
}
.fa-microphone{
    float: right;
    color: blue;
    padding-right: 10px;
}
.orta3{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-top: 45px;
}
.box4{
    width: 50px;
    height: 45px;
    background-color: gainsboro;
    margin: 20px;
    margin-top: 10px;
    border-radius: 50px;
    padding: 8px;
    text-align: center;
    
}
#youtube{
    width: 40px;
    height: 40px;
    display: flex;
    margin:auto;
    
   
}
.box5{
    width: 50px;
    height: 45px;
    background-color: gainsboro;
    margin: 20px;
    margin-top: 10px;
    border-radius: 50px;
    padding: 8px;
    text-align: center;
}
#translate{
    width: 40px;
    height: 40px;
    display: flex;
    margin:auto;
}
.box6{
    width: 50px;
    height: 45px;
    background-color: gainsboro;
    margin: 20px;
    margin-top: 10px;
    border-radius: 50px;
    padding: 8px;
    text-align: center;
}
#google-web{
   
    width: 40px;
    height: 40px;
    display: flex;
    margin:auto;
}
.box7{
    width: 50px;
    height: 45px;
    background-color: gainsboro;
    margin: 20px;
    margin-top: 10px;
    border-radius: 50px;
    padding: 8px;
    color: black;
    text-align: center;
}
#addshortcut{
    width: 40px;
    height: 40px;
    display: flex;
    margin:auto;
}
.lower{
    height: 300px;
    padding: 25px;
    display: flex;
    justify-content: right;
    align-items: flex-end;
}
#pencil:hover{
    width: 25px;
    height: 25px;
    background-color: blue;
}
.abc{
    cursor: pointer;
}
