body{
    margin:0;
    font-family:Arial, sans-serif;
}

header{
    background:black;
    color:white;
    padding:20px;
    text-align:center;
}

nav a{
    color:white;
    text-decoration:none;
    margin:15px;
}
.hero{
    text-align:center;
    padding:100px 20px;
    background:#f5f5f5;
}

.hero h2{
    font-size:40px;
    margin-bottom:10px;
}

.hero p{
    font-size:20px;
}

.hero button{
    padding:12px 25px;
    font-size:16px;
    cursor:pointer;
}
.product-card{
    width:220px;
    padding:15px;
    margin:10px;
    display:inline-block;
    text-align:center;
    background:white;
    border-radius:10px;
    box-shadow:0px 2px 8px rgba(0,0,0,0.15);
}

.product-card button{
    background:black;
    color:white;
    border:none;
    padding:10px 15px;
    cursor:pointer;
}
.product-card{
    width:220px;
    padding:15px;
    margin:10px;
    display:inline-block;
    text-align:center;
    background:white;
    border-radius:10px;
    box-shadow:0 2px 8px rgba(0,0,0,0.15);
}

.product-card button{
    background:black;
    color:white;
    border:none;
    padding:10px 15px;
    cursor:pointer;
}
/* Logo */
.logo{
    font-size:30px;
    font-weight:bold;
    color:white;
    margin-bottom:10px;
}

/* Search Bar */
.search-box{
    text-align:center;
    margin:20px;
}

.search-box input{
    width:300px;
    padding:10px;
    border:1px solid #ccc;
    border-radius:5px;
}

.search-box button{
    padding:10px 20px;
    background:black;
    color:white;
    border:none;
    border-radius:5px;
    cursor:pointer;
}

/* Hero Section */
.hero{
    text-align:center;
    padding:80px;
    background:#f5f5f5;
}

.hero h1{
    font-size:50px;
}

/* Product Cards */
.product-card{
    width:220px;
    padding:15px;
    margin:10px;
    display:inline-block;
    text-align:center;
    background:white;
    border-radius:10px;
    box-shadow:0 2px 8px rgba(0,0,0,0.15);
}

.product-card img{
    width:100%;
    height:200px;
    object-fit:cover;
    border-radius:10px;
}

.product-card button{
    background:black;
    color:white;
    border:none;
    padding:10px 15px;
    cursor:pointer;
    border-radius:5px;
}

/* Footer */
footer{
    background:black;
    color:white;
    text-align:center;
    padding:20px;
    margin-top:40px;
}

footer a{
    color:white;
    text-decoration:none;
    margin:10px;
}

.logo-img{
    width:120px;
    height:120px;
    display:block;
    margin:auto;
}