footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  text-align: center;
  color: #000;
  font-size: 16px;
  background-color: rgb(199 199 199 / 0.9);
  padding: 40px 10px;
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.5);
  flex-wrap: wrap;
  font-family: "Poppins", sans-serif;
}
.footer-title,
.footer-logo,
.footer-text {
  margin: 0;
  padding: 0;
}
.footer-logo {
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.f-logo {
  width: 30px;
  height: 30;
  display: block;
}
.f-title {
  font-family: "Gochi Hand", "Poppins", sans-serif;
  text-transform: uppercase;
}
.footer-title {
  font-size: 16px;
  font-weight: 700;
  font-family: "Gochi Hand", "Poppins", sans-serif !important;
  text-transform: lowercase;
}
