body{
font-family:Arial;
margin:0;
padding:0;
background:#f5f5f5;
transition:0.3s;
}

.dark{
background:#111;
color:white;
}

.navbar{
display:flex;
justify-content:space-between;
padding:15px;
background:black;
color:white;
align-items:center;
}

#search{
padding:10px;
width:250px;
border-radius:5px;
border:none;
}

.card{
background:white;
padding:15px;
border-radius:10px;
text-align:center;
box-shadow:0 0 10px rgba(0,0,0,0.1);
}

.card img{
width:100%;
height:200px;
object-fit:cover;
}

button{
padding:10px 15px;
border:none;
background:black;
color:white;
border-radius:5px;
cursor:pointer;
margin:5px;
}

.badge{
background:green;
color:white;
padding:5px 10px;
border-radius:20px;
}

.rating{
color:orange;
margin:10px;
}

.whatsapp{
position:fixed;
right:20px;
bottom:20px;
background:#25D366;
padding:15px;
border-radius:50px;
color:white;
text-decoration:none;
}

.swiper{
padding:20px;
}
