.main {
    margin-top: 10px;
}

.videos li {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    text-align: center
}

.videos li a {
    display: block;
    width: 70px;
    height: 25px;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    background: #b3b2b2;
    border-radius: 25px;
    text-decoration: none
}

.videos li a:hover {
    background: #e5602c
}

.txtBorder {
    padding: 3px;
    border-color: rgb(145, 17, 191);
    border-radius: .3rem;
    line-height: 25px;
    font-size: medium;
}

.txtLine {
    margin: 5px;
}