.img-adv-search{
    display: flex;
    justify-content: right;
    list-style: none;
}
.img-adv{
    margin: 8px;
}
.home-logo{
    display: flex;
    align-items: center;
    justify-content: center;
}
a:link,a:hover,a:visited,a:active{ 
    color: black;
    text-decoration: none; 
}
/*Googles own css */
.srch-btn{
    margin-top: 30px;
    background-color: #f8f9fa;
    border: 1px solid #f8f9fa;
    border-radius: 4px;
    color: #3c4043;
    font-family: Roboto,arial , sans-serif;
    font-size: 14px;
    margin: 11px 4px;
    padding: 0 16px;
    line-height: 27px;
    height: 36px;
    min-width: 54px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}
.srch-btn:hover{
    border-color: #d4d9dc;
}
.center{
     display: flex;
    justify-content: center ;
}
.round-input{
    display: flex;
    z-index: 3;
    height: 44px;
    background: #fff;
    border: 1px solid #dfe1e5;
    box-shadow: none;
    border-radius: 24px;
    margin: 0 auto;
    width: calc(632px + 6px);
    width: 544px;
    max-width: 584px;
    margin-top: 18px;
}

.h1{
    color: #d93025;
    font-size: 20px;
    margin: 25px 35px;
}
.line{
    border-bottom: 1px solid #ebebeb;
}
.h2{
font-size: 16px;
 color: #333333;
}
.div-adv{
    margin: 55px;
}
.row-input{
    align-items: center;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    font-size: 13px;
    vertical-align: middle;
}
.left{
    width: 200px;
}
.right{
    width: 380px;
}
.btn-adv{
   
    display: flex;
    justify-content: flex-end ;
    width: 625px;
    
}
.btn-advanced{
    box-shadow: none;
    color: white;
    background-color:#4d90fe;
    border: 1px solid #3079ed;
}