#pic{
    position: relative; 
    left: 50%; 
    transform: translate(-50%, 0%); 
}

#lite{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; 
    margin-top: 0; 
    max-width: 40px; 
    position: relative; 
    left: 50%; 
}

hr {
    width: 360px; 
}

input {
    width: 50%;
    font-size: 2vw;  
    padding: 5px;
}

.searchdiv{
    /* text-align: center; 
    margin: 20px;
    margin: 2vh 20vw;  */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 2vh auto; 
}

.row {
    width: 80%; 
    margin: auto; 
    display: flex; 
    cursor: pointer; 
}

.row:hover{
    background-color: lightgray;
}

.video-info{
    padding-left: 3%; 
}

.publish-date, .channel, .description{
    color: gray; 
    font-size: 15px; 
}

.channel-div, .date-div, .description-div {
    display: flex; 
}

i {
    color: lightskyblue; 
    margin-right: 1%; 
    transform: translate(0%, 25%);
    margin-bottom: 0;  
}

.publish-date, .video-title, .channel{
    margin-bottom: 0; 
}

.video-title{
    margin-top: 0; 
}


.video-info:hover{
    border-left: 5px solid lightgray; 
}

iframe {
    margin: 2vh 2vw; 
}

.iframe-div {
    margin-bottom: 4vh; 
}

.video-title {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; 
    font-size: 1.5em; 
}

.playerTitle {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; 
    font-size: 2.5em; 
    margin: 2px; 
}

/* .date-channel {
    display: flex;
} */

.player-date, .player-channel, #circle_icon {
    display: inline-block;
    color: gray; 
    margin: 0px 5px; 
}