p {
  font-family: Roboto, Arial;
  margin-top: 0;
  margin-bottom: 0;
}

body{
  margin: 0;
  padding-top: 80px;
  padding-left: 96px;
  padding-right: 24px;
  background-color: rgb(247, 244, 244);
}

.thumbnail {
  width: 100%;
}

.voice{
  height: 24px;
  margin-top: 4px;
}

.video-title {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 10px;
}

.video-author,
.video-stats {
  font-size: 12px;
  color: rgb(96, 96, 96);
}
      
.channel-pic {
  display: inline-block;
  width: 50px;
  vertical-align: top;
  margin-top: 15px;
}

.video-info {
  display: inline-block;
  width: 200px;
}

.profile {
  width: 36px;
  border-radius: 40px;
}

.video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 16px;
  row-gap: 40px;
}

@media (max-width: 750px){
  .video-grid{
    grid-template-columns: 1fr 1fr;
  }
}


.thumbnail-row{
  margin-bottom: 8px;
  position: relative;

}
.time{
  font-family: Roboto, Arial;
  font-size: 12px;
  font-weight: 500;
  padding: 4px
  border-radius: 2px;
  background-color: black;
  color: white;
  position: absolute;
  bottom: 8px;
  right: 4px;
}
