nav {
    width: 98%;
    display: flex;
    padding-top: 10px;
    margin: 10px auto;
    text-align: center;
    /* position: fixed; */
    /* border: 1px solid black; */
    justify-content: space-between;
}

.logoSide {
    width: 20%;
    font-family: Roboto, Arial, sans-serif;

    /* border: 1px solid black; */
    display: flex;
}

.fa-bars {
    margin-top: 3px;
    font-size: 25px;
    margin-right: 30px;
    font-weight: normal;
    color: #6e6e6e;

}

.logoSide>img {
    margin-top: 3px;
    height: 25px;
    width: 15%;

}

.logoSide>h1 {
    margin-top: 0;
    color: #212121;

}

.searchSide {
    width: 45%;
    display: flex;
    border-radius: 3px;
    border: 1px solid black;
}
#video {
    width: 87%;
    border: none;
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
}

.searchSide>hr {
    margin: 0;
    height: 100%;
}

#searchBtn {
    /* margin-left: 0; */
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    background-color: rgba(219, 219, 219, 0.932);
    /* border: 1px solid black; */
}

.fa-microphone {
    margin-top: 10px;
    font-size: 23px;
    color: #6e6e6e;
}

.accountSide {
    width: 20%;
    display: flex;
    padding-top: 10px;
    /* border: 1px solid black; */
    justify-content: space-around;
}

.accountSide>a>i {
    font-size: 25px;
    color: #6e6e6e;
}


#search_result {
    margin: 20px auto;
    width: 90%;
    display: grid; 
    overflow-x: auto;
    grid-template-columns:repeat(4,1fr);
    grid-gap: 10px;
}
#search_result >div{
    
    height: auto;
    cursor: pointer;
    /* border: 1px solid black; */
    padding: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}
#search_result >div>div{
    width: 100%;
    height: 60%;
    /* border: 1px solid black; */

}
#search_result >div>div>img{
    width: 100%;
    height: 100%;
    /* border: 1px solid black; */

}
#signin{
    font-size: 24px;
    font-weight: bolder;
}