marquee{
    width: 100%;
    height: 30px;
    background-color: black;
    color: aquamarine;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif    ;
}
#about{
    background: linear-gradient(to right,#604,#c52 100%);
}
#about h1{
    font-weight: 800;
    font-size: 50px;
    color: white;
}
#about p{
color:white
}

#navbar{
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    padding: .5rem 5rem;
    box-shadow: 5px 5px 20px rgb(241, 1, 1);
    color:black;
    background-color: rgb(237, 80, 32);

}
#navbar{
    background-color: rgb(13, 1, 1);
}

#video table{
    background-color: rgb(17, 11, 1);
    color: white;
}
#video body{
    color: rgb(195, 47, 47);
    background-color:black  ; 
    font-family: 'Times New Roman', Times, serif;
}

#fe nav{
    background-color: black;
    color: white;
}