.dropbtn {
    background-color: #070706;
    color: white;
    padding: 16px;
    font-size: 26px;
    border: none;
    margin-top: 0px;
    margin-left: 10px;
    border-radius: 50%;
    box-shadow: 0 8px 16px 0 rgba(255, 251, 251, 0.2), 0 6px 20px 0 rgba(245, 240, 240, 0.19);
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(243, 239, 239, 0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #ddd;}
  
  .dropdown:hover .dropdown-content {display: block;}
  
  .dropdown:hover .dropbtn {background-color: #cbe0cc; color: black;}

  .head{ 
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('Header.jpg');
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
  }
  body{background-color:rgb(0, 0, 0) ;}
  .search{
      float: right;
      margin: 10px;
  }
#insearch{
    width: 200px;
    border-style: solid;
    border-color: black;
    box-shadow: 0 8px 16px 0 rgba(255, 251, 251, 0.2), 0 6px 20px 0 rgba(245, 240, 240, 0.19);
    height: 30px;
    padding-left: 5px;
}
#insearch:hover{
    box-shadow: 0 8px 16px 0 rgba(143, 96, 96, 0.2), 0 6px 20px 0 rgba(245, 240, 240, 0.19);
    cursor: pointer;
}
main{
  height: 300px;
  background-color: rgb(11, 10, 19);
}
main div{
  color: white;
  /* background-color: aliceblue; */
  position: relative;
  font-family: 'Times New Roman', Times, serif;
  width: 100%;
  font-size: 50px;
  animation-name: join;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
@keyframes join {
  0%{
    top: 100px;
    left: 200px;
  }
  50%{
    top: 100px;
    left: 800px;
  }
  100%{
    top: 100px;
    left: 200px;
  }
}
footer{
  height: 300px;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('Footer.png');

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
}
.logos{
  text-align: center;
}
.lg{
  padding: 10px;
  
  
}
.cpright{
  align-items: center;
  text-align: center;
}
.cpright p{
    color: white;
    position: absolute;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-left: 530px;
    margin-top: 20px;
    font-weight: 500;
    
}
#pic{
  margin-top: 100px;
}
#pic:hover{
  width: 60px;
  background-color: #070706;
  color: white;
  padding: 16px;
  font-size: 20px;
  border: none;
  margin-top: 0px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: white;
}
#scp{
   margin: auto;
}
#deep{
  /* margin-top: 0px; */
  position: relative;
  margin: auto;
  text-align: center;
  /* align-items: center; */
  font-size: 50px;
  top: 50px;
  font-weight: bolder;
  color: bisque;
  
}

  