body {
    background-color: black;
    margin: 0;
    margin-right: 0;
    overflow-x: hidden;
}

.iconic 

.ico {
    width: 30px;
    margin: 5px;
    margin-left: 1px;
}

header {
    background-color: rgb(32, 32, 32);
    width: 100%;
    
    
}

.h {
    display: flex;
    
}

nav {
    margin-left: 200px;
}

ul {
    list-style-type: none;
    display: flex;
    
}

li {
    margin-left: 40px;
    margin-top: px;
    display: block;
}

a {
    color: white;
    text-decoration: none;  
   
}


.button {
    margin-left: 250px;
    height: 30px;
    margin-top: 15px;
    width: 60px; 
    float: right;
}


form {
    text-align: center;
}

input {
    width: 700px;
    border-radius: 30px;
    height: 35px;
    border: 2px solid yellow;
    margin-bottom: -50px;
    padding-left: 10px;
    background-color: rgb(254, 250, 246);
    font-size: larger;
}

.dropbtn {
    text-decoration: none;
    color: rgb(254, 252, 252);
    padding: 5px;
    margin-bottom: 25px;
   
  }

  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(50, 50, 50);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(165, 164, 164, 0.2);
    z-index: 1;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 5px;
    padding: 10px;
    border-radius: 10px;
  }
  .anchor {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    color: #f1f1f1;
  }

  .dropdown-content a:hover {
    background-color: rgb(65, 64, 64);
    padding: 1px 1px 1px 1px 1px;
  }

.dropdown:hover .dropdown-content {
  display: block;
  display: grid;
}


.vdo {
    margin-top: 50px;
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
}

iframe {
    border-radius: 10px;
    box-shadow:  0px 0px 15px 12px rgb(221, 232, 236);;
}

.main {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
    padding: 30px;
}

.ico {
    text-align: center;
    width: 150px;
    border-radius: 5px;
    background-color: rgb(32, 32, 32);
}

.ico:hover {
    box-shadow:  0px 0px 15px 2px rgb(130, 134, 135);;
}

img {
    border-radius: 5px;
}
.desc {
    color: rgb(255, 255, 255);
}

.title {
    color: white;
    float: left;
    margin-right: 100%;
}

h1 {
    color: white;
    margin-left: 45%;
    font-size: 30px;
}

p {
    color: whitesmoke;
}