td{
    width: 50%;
    font-size: large;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.img-thumbnail:hover{
    animation-fill-mode: forwards;

}
a{
  text-decoration: none;  
  color: white;
}

 .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    color: var(--default-color);
    font-weight: 500;
    text-decoration: none;
  }
  
  .btn-watch-video i {
    color: var(red);
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
  }
 