*{
    margin: 0px;
    padding: 0px;
}
nav{
    background-color: black;
    color: white;
    padding: 20px;
    height: 30px;
}
h1,ul,li{
    display: inline;
    position: relative;
}
ul{
   left: 800px;
   color: gray;
}
li{
    margin: 15px;
}
li:hover{color: white; cursor: pointer;}
.ab{
    color: gray;
}

input{
    width: 60%;
    padding: 10px;
}
.search{
    text-align: center; 
    padding: 50px;  
}
.box {
    border: solid black 3px;
    width: 200px;
    height: 250px;
    border-radius: 10%;
    display: inline-block;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #f9f9f9; /* optional for contrast */
    font-family: sans-serif;
    margin: 20px;
    justify-content: center;
}

.box img {
    width: 100%;
    height: 100px; /* fixed height */
    object-fit: cover; /* fills the box nicely */
    border-radius: 8px;
    margin-bottom: 10px;
}
.box h2 {
    font-size: 16px;
    margin: 5px 0;
}

.box h3 {
    font-size: 14px;
    margin: 5px 0;
    color: green;
}

.box p {
    font-size: 12px;
    margin: 5px 0;
}
h2{background-color: yellowgreen;
color: black;
text-align: center;}
.product{
    position: absolute;
    left: 60px;
}
footer {
    background-color: #222;
    color: white;
    padding: 2rem 1rem;
    margin-top: 2rem;
    position: relative;
    top: 850px;
}

.footer0 h1 {
    text-align: center;  
    margin-left: 45%;
}

.footer1 {
    text-align: center;
    margin-top: 10px;
}
.footer2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin :10px;
}

.footer-column h3 {
    margin-bottom: 0.5rem;
    text-decoration: underline;
}

.footer3 {
    text-align: center;
    margin-top: 2rem;
    font-size: 0.9rem;
}
body{
    background-color: antiquewhite;
}


