nav {
    background-image: url("hea.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 30%;
    font-size: 15px;
    width: 100%;
    height: 200px;
    align-items: center;
    /* border: 2px solid black; */
    display: grid;
    grid-template-columns: 100px auto ;
    grid-column-gap: 400px;
    
}
.secondnav{
    width: 100%;
    height: 100px;
    background-color: lightslategrey;

}

nav .center a,footer .footr ul a {
        color: white;
        font-size: 19px;
        text-decoration: none;
        margin-right: 50px;
        /* border: 2px solid black; */
        margin-top: 10px;
    }
nav .center  {
    display: grid;
    grid-template-columns: 50px 50px 50px 50px 200px 50px;
    grid-column-gap: 40px;
    /* border:  1px solid black; */
}

nav a:hover  {
    color: black;
}
nav .il img {
 width: 250px;
 margin-left: 50px;

}
nav .center img{
    margin-top: 0px;
    margin-bottom: 5px;

}
nav .center img:hover{
    padding: 20%;
    border-radius: 50%;
    background-color: black;
}
.center {
    padding-left: 5%;
    /* border: 2px solid black; */
}
.parent{
    width: 100%;
    height: auto;
    /* border: 2px solid black; */
    display: grid;
    grid-template-columns: 50% auto;
    grid-template-rows: 500px 500px;
    
   

}
.parent  img{
    margin-left: 100px;
    width: 60%;
    height: 80%;
}
/* .chd1,.chd2,.chd3,.chd4{
    border: 3px solid black;
} */
.chd2,.chd3{
    margin-top: 20%;
    font-size: 16px;
    padding: 1%;
    
}
.chd2{

    text-align: right;
    margin-right: 30%;
}
.chd3{
    margin-left: 10%;
    margin-bottom: 50%;
}
footer{
    width: 100%;
    height: auto;
    /* padding-left: 50%; */
    background-color: black;
    color: white;
    text-align: center;
}
footer div{
    width: 99%;
}
footer div ul h1{
    /* width: 100px; */
    /* padding-left: 20%; */
    /* border: 5px solid white; */
    border-bottom: 2px solid white;
    border-right: 50%;
    font-size: 30px;
    
}
footer div ul img{
    background-color: black;
    width: 15%;
    height: 20%;
    
}
footer .footr{
    display: grid;
    grid-template-columns: 50px 50px 50px 50px 200px 50px;
    grid-column-gap: 40px;
    padding-left: 30%;
}
footer .footr ul a:hover{
    color: orangered;
}
