body{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
nav{
   background-color: rgb(2, 80, 158);
   position:static;
}
.v{
    width: 100%;
    height: 50;
}
.v video{
    width: 100%;
}
.d li a{
    color: black;
}
.social a{
    text-decoration: none;
}

/* .nav2 a{
    color: white;
} */


/* body{
    background-color:#eee;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
   }

   .height{
    height: 100vh;
   }
   

   .search{
   position: relative;
   box-shadow: 0 0 40px rgba(51, 51, 51, .1);
     
   }

   .search input{

    height: 60px;
    text-indent: 25px;
    border: 2px solid #d6d4d4;


   }


   .search input:focus{

    box-shadow: none;
    border: 2px solid blue;


   }

   .search .fa-search{

    position: absolute;
    top: 20px;
    left: 16px;

   }

   .search button{

    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    width: 110px;
    background: blue;

   } */