#home h1 {
  font-size: 40px;
}

#home p {
  font-size: 16px;
  color: #555;
}
body {
  font-family: Arial;
}

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

.card {
  transition: 0.3s;
}

.card:hover {
  transform: scale(1.03);
}

.section-box{
    background:white;
    padding:30px;
    border-radius:12px;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
}

h2{
    text-align:center;
    margin-bottom:25px;
    color:green;
}

.result-box{
    margin-top:20px;
    padding:15px;
    border-left:5px solid green;
    background:#eaffea;
}

.filter-btn {
  margin: 5px;
}
img {
  height: 200px;
  object-fit: cover;
}

.card img {
  height: 200px;
}