
html{
background:white; 
padding:0px;
margin:0px; 
}
body{
background:white; 
padding:0px;
margin:0px; 
}
a{color:black;font-size:18px;text-decoration:none;}
h4{
    color:black;
}
p{
    color:black;
}
      video{
width:100vw;
      }
button{
box-shadow: 1px 1px 1px #b3b3b3, -1px -1px 1px #ffffff;
border-radius:5px;
padding:2px;

}
button:hover {border:1px solid rgb(255,60,140);}

        #video-player {
        width:auto;
        height: auto;
        margin:10px;
        display: block;
        background-color: #e8e8e8;
        box-shadow: 5px 5px 5px #b3b3b3, -5px -5px 5px #ffffff;
        border-radius: 10px;
        padding:0px;
        overflow: hidden;
      }
        .program-info {
        width:auto;
        height: auto;
        margin:10px;
        display: block;
        background-color: #e8e8e8;
        box-shadow: 5px 5px 5px #b3b3b3, -5px -5px 5px #ffffff;
        border-radius: 10px;
        padding:10px;
      }
        .logo {
            display: inline-block;
            width: 80px;
            height: 80px;
            margin-right: 10px;
            background-color: #ffffff;
            border-radius: 50%;
            box-shadow: 5px 5px 10px #b3b3b3, -5px -5px 10px #ffffff;
        }
        .channel-name {
font-weight: bold;
color: Green;
text-shadow: -1px 0 black, 0 1px black, 1px 0 blue, 0 -1px green;
margin-top: 30px;
font-size:1.5rem;
position: absolute;
        }
        .s-n{
            font-weight: bold;
            color: #333333;
            margin-top: 0px;
            font-size:1.5rem;
            position: absolute;
        color: red;
        text-shadow: -1px 0 black, 0 1px black, 1px 0 blue, 0 -1px green;
        }
        .program-name {
            margin-top: 10px;
            font-size: 1.4rem;
            font-weight: bold;
            color: #333333;
        }
        .program-description {
            margin-top: 5px;
            color: #666666;            font-weight: 300;

            
        }
        .program-timing {
            margin-top: 5px;
            font-style: italic;
            color: #666666;
        }