.watchVideosPara{
    margin: 30px 0 30px 0 !important;
    text-align: center;
}

.watchVideosPara a{
    padding: 15px;
    background-color: black;
    border-radius: 33px;
    margin: 0;
    font-size: x-large;
    box-shadow: 0px 0px 0px 0px #888888;
}

.watchVideosPara a:hover{
    background-color: #191970;
    box-shadow: 0px 0px 4px 5px #888888;
}

.watchVideosPara a strong{
    color: white !important;
}

@media screen and (max-width:567px){
    .watchVideosPara a{
        padding: 15px;
        background-color: black;
        border-radius: 33px;
        margin: 0;
        font-size: larger;
    }
}