
body {
  background-color: #fbf2c5; 
  font-family: 'Ubuntu', sans-serif;
}


.custom-banner {
  display: flex;
  justify-content: center;
  border-top: 4px solid #333;
  border-bottom: 4px solid #333;
  background-color: #df1785; 
  padding: 15px 0;
}

.nav-list {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-link-custom {
  font-family: "Metamorphous", serif;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #fbf2c5; 
  padding: 8px 20px;
  transition: color 0.3s ease, background-color 0.3s ease;
  border-radius: 8px;
}

.nav-link-custom:hover {
  color: #5e429a; 
  background-color: #c4de94; 
  box-shadow: 0 0 10px #5e429a;
}


.tag {
  font-family: "Metamorphous", serif;
  text-align: center;
}

.logo-img {
  max-width: 500px;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
}


.cust-btn {
  font-family: "Metamorphous", serif;
  font-weight: 500;
  background-color: #69c6b8; 
  color: #fbf2c5; 
  border-radius: 8px;
  padding: 10px 30px;
  text-transform: uppercase;
  transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.cust-btn:hover {
  color: #fbf2c5; 
  background-color: #a43f86; 
  box-shadow: 0 0 10px #a43f86;
}


footer {
  background-color: #69c6b8;
}

footer p {
  color: #fbf2c5; 
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 8px 20px rgba(95, 66, 154, 0.4); 
}


.card-title {
  font-family: "Metamorphous", serif;
  color: #5e429a;
  transition: color 0.3s ease;
}

.card:hover .card-title {
  color: #df1785;
}


@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.card {
  animation: fadeInUp 0.6s ease forwards;
}

.card-img-top {
  border-radius: 15px !important;
  object-fit: cover;  
  width: 200px;   
  height: 200px;  
  margin: 0 auto; 
}


.food {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 20px;
  padding: 20px;
  text-align: center;
  flex-wrap: nowrap; 
}

.food figure {
  display: inline-block;
  margin: 0;
}

#dogs,
#fries,
#smoothie {
  max-width: 150px;
  height: auto;
  display: inline-block;
  align-items: center;
  padding: 10px;
}

#h4 {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: #c4de94;
  width:auto;
  margin:0px auto 0px auto;
  text-align:left;
}

@media (max-width: 600px) {
  .food {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  #dogs,
  #fries,
  #smoothie {
    flex: 0 0 auto;
  }
}

#burger {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
}

#infographic {
   max-width: 100%;
    height:100%;
    display:inline-flex; 
    margin:auto;
    padding:20px; 
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
}

.centered-banner {
  width: 100%;
  max-width: 600px;
  border-radius: 16px;
  box-shadow: 0 0 15px rgba(196, 222, 148, 0.5);
}

.top-image {
  text-align: center;
  margin-top: 20px;
}
