body {
    font-size: 15pt;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    background: #010426;
    color: #FFFFFF;
}

#web-header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: black;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#sidebarBtn{
    transform: rotate(90deg); margin-left: 20px; color: white;
    transition: all 0.3s;
}

.tabs{
    margin-top: 75px; margin-left: 0; width: 100%;
    display: none;
}

.tabs.active{
    display: block;
}


@media (max-width: 1264px) {
    .videoDisplay{
        width: 50%;
        margin-left: 25%;
    }
}

@media (max-width: 400px) {
    .videoDisplay{
        width: 80%;
        margin-left: 10%;
    }
}
/*0701419691*/

.videoDisplay{
    background: black;
    border: none;
    box-shadow: 1px 2px 4px 5px #0000004F;
    border-radius: 20px;
    margin-top: 20px;
}

.video{
    width: 100%;
    border-radius: 20px 20px 0 0;
    margin-left: 0;
    height: auto;
}

.title{
    color: white;
    text-align: center;
    font-size: 0.7em;
}

.dwnloadBtn{
    text-align: center;
    width: 40%;
    margin-left: 30%;
    font-size: 12px;
    padding: 5px;
    background: white;
    border: 1px solid white;
    border-radius: 10px;
    box-shadow: 3px 3px 3px #FF8F00B0;
}

.downloadLink{
    text-decoration: none;
    color: #000;
}

#sidebar{
    position: fixed;
    z-index: 10;
    width: 50%;
    right: -50%;
    top: 0;
    height: 100vh;
    background: #080055;
    transition: all 0.8s;
}

.tabBtns{
    text-decoration: none;
    color: white;
    cursor: pointer;
    margin-left: 0;
    border: none;
    background: transparent;
    margin-top: 10px;
    padding: 15px;
}

li{
    list-style: none;
    width: 100%;
  
}