*{
    margin:0px;
    padding: 0px;
}
.top{
    padding: 20px;
    background-color: black;
    color: white;
    text-align: center;
}
li{
    display: inline;
    color: gray;
}
li:hover{
    cursor: pointer;
    color: wheat;
}
.search{
    padding: 60px;
    text-align:center;

}
.bar{
    width: 50%;
    height: 30px;
    border: black solid 1px;
}
#submit{
    background-color: limegreen;
    color:white;
    height: 30px;
    cursor: pointer;
}
.products{
    text-align: center;

}
.pest{
    border: black solid 2px;
    margin: 10px;
    display: inline-block;
    padding-bottom: 10px;
}
.buy{
    background-color: yellow;
    color:gray;
    border: black solid 2px;
    height: 20px;
    width: 30px;
    cursor: pointer;
}
.buy:hover{
    color:red;
}
p:hover{
    background-color: black;
    color: wheat;
}
.contact{
    width: 100%;
    background-color: gray;
    color:white;
    justify-content: space-between;
}
#address{
    padding-right: 350px;
    display: inline-block;
}
#querry{
    display: inline-block;
    padding-right: 400px;
}
#contactme{
    display: inline-block;
}
h2{
    background-color: black;
}