body{
    font-family: 'Rubik', sans-serif;
}
.tabIcon{
    width: 100px;
}
.infoVideo{
    font-size: 20px;
    font-weight: bold;
}
.infotags{
    font-size: 14px;
}
.video {
    background: #ffffff;
    border-radius: 8px;
    padding: 13px;
    box-shadow: 0px 0px 5px 0px #ccc;
}
.gradient{
    background-image: linear-gradient(to bottom right, #8E2DE2 , #4A00E0);
    color:#fff;
}