p{
    font-family: "Roboto", "Arial", sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    
}
body{
    margin: 0;
    padding-top: 80px;
    padding-left: 96px;
    padding-right: 24px;
    
}
.thumbnails{
    width: 100%;

}

.video-tittle{
    margin-top: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;    
    margin-bottom: 10px;
}
.profile:hover{
    cursor: pointer;
}
.hamburger:hover{
    cursor: pointer;
}
.youtube:hover{
    cursor: pointer;
}
.video-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 15px;
}


.video-info-grid{
    display: grid;
    grid-template-columns: 50px 1fr;
   
}

.profile-picture{
    width: 36px;
    border-radius: 50px;
}
.thumbnail-row{
   margin-bottom: 1px;
   position: relative;
}
.video-author,
.video-stats{
    font-size: 12px;
    color: rgb(101, 92, 92);
     
}
.video-stats{
    margin-bottom: 4px;
}
.video-author{
    margin-bottom: 4px;
}
.video-time{
    font-family: Roboto,Arial;
    font-size: 12px;
    font-weight: 600;
    padding: 4px;
    border-radius: 2px;
    background-color: black;
    color: white;
    position: absolute;
    bottom: 8px;
    right: 5px;
}
