body {
  font-family: montserrat;
  text-align: center;
  background: #f2f2f2;
  padding: 30px;
}

h1 {
  color: #e3350d;
}

.search-box {
  margin: 20px;
}

input {
  padding: 8px;
  font-size: 16px;
}

button {
  padding: 8px 12px;
  background: #e3350d;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background: #b02709;
}

.card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  padding: 20px;
  width: 250px;
  margin: 20px auto;
  transition: 0.3s;
}

.card img {
  width: 120px;
  height: 120px;
}

.hidden {
  display: none;
}
