body {
    margin: 0;
    font-family: Arial;
    background-color: #000000;
    overflow: hidden;
}

header {
    margin: 0;
    font-family: Arial;
    color: cornsilk;
    text-align: center;
}

footer {
    margin: 0;
    font-family: Arial;
    color: cornsilk;
    text-align: center;
}

.topnav {
    position: fixed;
    top: 0;
    overflow: hidden;
    background-color: #000000;
    z-index: 1;
    overflow: hidden;
}

.topnav a {
    float: left;
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 2px 9px;
    text-decoration: none;
    font-size: 13px;

}

.active {
    background-color: #0000ff;
    color: white;
} 

.video-containertopnav .icon {
    display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 13px;
    border: none;
    outline: none;
    color: white;
    padding: 2px 10px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: fixed;
    background-color: #000000;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99;
}

.dropdown-content a {
    float: none;
    color: white;
    padding: 5px 15px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.topnav a.icon {
    float: right;
    display: none;
}

.topnav a:hover,
.dropdown:hover .dropbtn {
    background-color: #111;
    color: rgb(33, 161, 76);

}

.dropdown-content a:hover {
    background-color: #111;
    color: white;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.btn-2 {
    background: rgb(96,9,240);
    background: linear-gradient(0deg, rgba(96,9,240,1) 0%, rgba(129,5,240,1) 100%);
    border: none;
    
  }
  .btn-2:before {
    height: 0%;
    width: 2px;
  }
  .btn-2:hover {
    box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
                -4px -4px 6px 0 rgba(116, 125, 136, .5), 
      inset -4px -4px 6px 0 rgba(255,255,255,.2),
      inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
  }
  
.myframe {
    position: absolute;
    top: 3vh;
    margin-top: 0;
    width: 99%;
    height: 90%;
    z-index: -1;
    left: 0px;
    Right: 5px;
    border-color: #ff0909;
    background-color: rgb(0, 0, 0);

}

@media screen and (max-width: 600px) {

    .topnav a:not(:first-child),
    .dropdown .dropbtn {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .topnav.responsive .dropdown {
        float: none;
    }

    .topnav.responsive .dropdown-content {
        position: relative;
    }

    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }

}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /*16:9*/
    padding-top: 10px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 3vh;
    left: 0;
    width: 100%;
    height: 90%;
}