/* #displayvideo{
    display:grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: auto;
    gap: 20px;
} */
*{
    font-family: Roboto, Arial, sans-serif;
}

#parentbox{
    display: flex;
    gap: 90px;
}
#left-box{
    width: 10%;
    display:grid;
    position: absolute;
   
}

#left-box-top{
    height: 50px;
    display: flex;
    box-sizing: content-box;

    padding: 10px;
    justify-content: space-between;
    align-items: center;

}
#left-box-top > img{
    height: 70px;
    width: 140px;
    margin-right: 15px;
}
.fa-bars{
    font-size: 20px;
    color: grey;
}
.home{
    /* width: 200px; */
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    padding: 10px;
}
.home > p{
    margin-right: 90px;
}
.home1{
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    padding: 10px;
    gap: 10px; 
}
.home1 > p{
    margin-right: 80px;
}
.home1:hover{
    background-color: #e5e5e5;
}
.home2{
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    padding: 10px;
}
.home2 > p{
    margin-right: 90px;
}
.home3{
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    padding: 10px;
}
.home3 > p{
    margin-right: 50px;
}
.yt-img-shadow{
    border-radius: 50%;

}
.more-youtube{
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    gap:20px
;
}
.more-youtube > p{
    height: 20px;
    width: 130px;
    display: flex;
    margin-top: 0px;
    margin-top: 10px;

}
.bottom-para{
  font-size: 13px;
  padding: 10px;
  word-wrap:normal;
  font-weight: bold;

}
.bottom-para > p{
    width: 150px;
    color: rgb(113, 111, 111)
}
.bottom-para > p:nth-child(3){
    font-size: 10px;
    color:rgb(113, 111, 111)
}
.more-youtube:hover{
    background-color: #e5e5e5;
}
#rightbox{
    width: 85%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    position: absolute;
    float: right;
    margin-left: 220px;

}
#header{
    height: 40px;
    width: 100%;
    border: 1px solid grey;
    display: flex;
    justify-content: space-between;
    padding: 25px;
    box-sizing: border-box;
    align-content: center;

}
#header > input{
    width: 450px;
    height: 17px;
    padding: 10px;
    margin-left: 160px;
    align-self: center;
}
#header-right{
    display: flex;
    width: 300px;
    justify-content: space-around;
    align-items: center;
}
#header > input + span{
    border: 1px solid grey;
    height: 37px;
    width: 50px;
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-left: -225px;
   justify-content: center;
    align-self: center;
    background-color: #e5e5e5;
    color: black;
}
input:placeholder-shown{
    font-size: 20px;
}
#content{
    width: 100%;
    background-color: #e5e5e5;
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
    gap: 25px;
    padding: 10px;

}
#content > div > h5{
    margin-top: 5px;
}
button{
    border: none;
    height: 100%;
    width: 100%;
}