ul{
    list-style: none;
}

a{
    text-decoration: none;
    color: #000;
}

button.acctive{
    background: rgb(61, 65, 77);
    color: #fff;
}

.btn {
    max-width: 200px;
}

.videoContainer{
    margin: 10px;
}

.col:hover {
    transform: scale(1.05);
    transition: all ease-in-out;
}

.videoHeading{
    text-align: center;
}

.videoHeading h5{
    
    font-weight: 700;
    font-size: larger;
}

@media (max-width: 767px) {
    .buttonContainer {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: center;
    }

    .btn {
        margin-bottom: 10px;
    }
}
