body {
  background: rgb(243, 244, 246);
  font-family: 'Outfit', 'Helvetica', sans-serif;
}

.footer-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.text-stone {
  color: #3d3a33;
}
