*{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin: 0px;
    padding: 0px;
}
html, body { 
    overflow-x: hidden;
}
html {
    height: 100%;
}
.main{
    margin-top: 50px;
    text-align: center;
}
nav button{
    z-index: 10000;
}
footer{
    margin-top: auto;
}
h1{
    font-size: 30px;
}
h2{
    font-size: 24px;
}
h3{
    font-size: 18px;
}
#channel-board{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    margin: 50px 0px 30px 0px;
    border-radius: 5px;
}
.channel-name{
    font-size: 28px;
    margin: 20px 0px 20px 0px;
}
.channel-logo{
    max-height: 120px;
    max-width: 70%;
}
#live{
    margin: 30px 0px 30px 0px;
}
.soon{
    height: 500px;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.soon h5{
    margin: 0px 0px 20px 0px;
}
.button-link{
    padding: 10px;
    background-color: seagreen;
    border-radius: 5px;
    text-decoration: none;
    color: white;
}
.button-link:hover{
    background-color: black;
    color: white;
}
.nav-tabs .nav-item .nav-link {
    color: black;
}
.nav-tabs .nav-item .nav-link.active {
    background-color: seagreen;
    color: white;
}

.stream-box{
    border: black solid 2px;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 50px;
}
#stream-title{
    margin-bottom: 20px;
}
.box-footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.box-footer h2{
    margin-bottom: 10px;
    font-size: 20px;
}
.box-footer h4{
    font-size: 18px;
}

.header{
    width: 100%;
    height: fit-content;
}
.header-background{
    object-fit:cover ;
    width: 100%;
}
.info-container{
    display: flex;
    min-height: 500px;
    flex-direction: column;
    padding: 20px;
    text-align: left;
    justify-content: center;
    align-items: center;
    overflow: auto;
}
.info-container p{
    font-size: 20px;
}
.wsdfz{
    display: none;
    margin: 10px;
}
.wsdf{
    margin: 10px;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 728px) {
    .wsdf{
        display: none;
    }
    .wsdfz{
        display: flex;
        justify-content: center;
    }
  }
.geo-blocked{
    color: seagreen;
    font-weight: bold;
    padding: 10px;
}
.player-container{
    margin-top: 10px;
}
.navbar-collapse{
    justify-content: flex-end;
}
#dynamic-channel-info{
    text-align: center;
}
.navbar .navbar-nav {
    float: none;
    vertical-align: top;
  }
  
  .navbar .navbar-collapse {
    text-align: center;
}
.button{
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
    background-color: seagreen;
    outline:none;
    color: white;
    border:none;
    margin-bottom: 20px;
}