.navbar {
    overflow: hidden;
    background-color: whitesmoke;
    font-family: fantasy;
    margin: 0;
}


.navbar a {
    float: left;
    font-size: 20px;
    color: rgba(10, 10, 9, 0.637);
    text-align: center;
    padding: 17px 17px;
    text-decoration: none;
    margin: 0;
    margin-right: 40px;
    
}
.dropdown {
    float: left;
    overflow: hidden;
}
.dropbt:hover{
 background-color: black;
}
.dropdown .dropbtn{
    font-size: 20px;
    border: none;
    outline: none;
    color: rgba(10, 10, 9, 0.637);
    padding: 17px 17px;
   
    background-color: inherit;
    font-family: inherit;
    margin: 1;
    
}
.navbar a:hover, .dropdown:hover .content-drop {
    background-color: rgba(168, 206, 99, 0.384);
}
.content-drop {
    display: none;
    position: absolute;
    background-color: rgb(14, 13, 12);
    min-width: 100px;
    box-shadow: 0px 20px 16px 0px rgba(128, 88, 70, 0.589);
    z-index: 23;
    border: double black;
}
.content-drop a {
    float: none;
    color: rgb(219, 204, 204);
    margin: 0;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.content-drop a:hover {
    background-color: rgb(5, 4, 3);
    width: 250x
}
.dropdown:hover .content-drop {
    display: block;
    
} 
header {
    border-bottom: solid rgba(255, 255, 255, 0.459);
    border-bottom-width: 10px;
    margin: 0;
    
}
h1{
    position: absolute;
    top: -10px;
    right: 80px;
    text-shadow: 4px 4px 3px grey;
   
}
body {
    margin: 0;
    padding: 0;
    background-image: url("../images/back.jpg");
    background-position: center center;
    height: 90vh;
    background-size: cover;
    width: 100%;

 
    
    
}
.head{
    position: absolute;
    left: 50px;
}
img{
    width: 400px;
    height: 400px;
    
}
h3{
    color: white;
    font-size: 20pt;
    text-shadow: 4px 4px 3px black;
}
p {
    color: white;
    text-decoration-style: wavy;
}
#videobg{
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}
footer{
   position: absolute;
   bottom: 0;
   column-count: 2;
   background-color: rgb(59, 53, 53);
   width: 100%;
   border-top: solid rgba(255, 255, 255, 0.712);
}
footer p a em{
    float: left;
}
