
/* ****navfoot**** */


#footer {
    
    width: 100%;
    height: 500px;
    border: 1px solid black;
    background-color: black;
    margin-top: 10%;
    margin-bottom: -1000px;
    border: 1px solid red;
}

#navlastfooter {
    
    margin-top: 30px;
    width: 80%;
    height: 100px;
    color: gray;
    display: flex;
    justify-content: space-around;
    padding-left: 30px;
    align-items: center;

}

#dna {
    width: 100px;
    height: 50px;
    
}

#bootom {
    color: gray;
    display: flex;
    justify-content: center;
    align-items: center;
}

#color {
    padding: 10px;
}

#importfooter{
    margin-top: 13500px;
}




















  #div1{
    width: 98%;
    height: 80px;
    border: 1px solid black;
    background-color: yellow;

}
#imgdna {
    width: 100px;
    /* margin-top: 20px; */
    padding-left: 50px;
}

#indiv1 {
    /* border: 1px solid red; */
    padding-top: 8px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 30px;
}

#btn1 {
    padding: 5px 20px 5px 20px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 15px;
}

#btn1:hover {
    cursor: pointer;
  color: bisque;
    background-color: black;
}


a {
    text-decoration: none;
}


 #div {
     margin-top: -50px;
    display: flex;
    justify-content: right;
    padding-right: 130px;
}
#searchicon1 {
    padding: 10px 20px;
    border-radius: 15px;
 
  
}   


#container {
    width: 90%;
    height: 70px;
    /* border: 1px solid black; */
    border-radius: 5px;
    /* margin: 10px auto; */
    margin: auto;
    display: flex;
    margin-top: 30px;
    
} 

#part1 {
    width: 15%;
    height: 100%;
    background-color: grey;
}

#part2 {
    width: 90%;
    height: 100%;
    /* border: 1px solid green; */
    /* border-radius: 7px; */
    background-color: black;
}

#top {
    font-weight: bold;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#headline {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: white;
}


#inputdata{
    /* background-color: aqua; */
  border-radius: 5px;
  border-top: none;
  border-bottom: none;

}



 
#databox{
    
    height: 700px;
    width:750px;
    box-sizing: border-box;
    /* border: 1px solid red; */
    /* text-align: center;
     */
     text-align: justify;
    line-height: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; ;
}

#datadiv{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    /* grid-template-rows: 300px; */
    gap : 20px;
}

#data1{
    height: 400px;
    width: 650px;
  margin: auto;
}
#data3{
    font-size: 19px;
    text-align: center;
Color: black;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}



#data6{
    text-align:justify;
    /* font-size: 18px; */
}






#sidenav{
    width: 90%;
    height: 1000px;
    /* border: 1px solid black; */
    margin: auto;
    margin-top: 20px;
    display: flex;
    gap: 30px;
}

#box1 {
    width: 25%;
    height: 100%;
    /* border: 1px solid red; */
}

