body{
  font-family:'Poppins',sans-serif;
  background: linear-gradient(135deg,#ff3d00,#ffb300);
  min-height:100vh;
}

.restaurant-card{
  border:none;
  border-radius:12px;
  overflow:hidden;
  transition:transform .15s ease, box-shadow .15s ease;
}


.section-title{
  font-weight:600;
  margin-bottom:20px;
}