
.page-links-container {
  display: grid;
  grid-template-columns: 1fr;
}
.main-button {
  justify-content: center;
  align-items: center;
  background-color: white;
  color: #6f7364;
  font-family: 'Antonio', sans-serif;
  font-size: 1em;
  border: #6f7364 solid 1px;
  width: 75%;
  max-width: 300px;
  box-shadow: 5px 5px 10px #6f7364;
  margin: 20px auto;
  cursor: pointer;
  transition: transform 0.2s ease;
  height: 300px;
  padding: 1rem;
  /* padding-top: 50px; */
}
.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrapper a {
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
}
.main-button:hover {
  transform: scale(1.03);
}
.main-button img {
  width: 250px;
  aspect-ratio: 1 / 1;
  max-height: 200px;
  object-fit: cover;
  border-radius: 50%;
  margin: 30px 0 10px 0;
}
.main-button p {
  margin: 0;
  text-align: center;
  font-size: 1em;
  padding-bottom: 20px;
}
.page-links-container {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
  justify-content: center; /*center entire grid*/
  align-items: center;
  gap: 2rem;
  padding: 2rem;
  max-width: 1200px; /* constrains the grid width */
  margin: 0 auto; /* center it horizontally */
  /* background: rgba(200, 200, 200, 0.1); */
}
.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
img#shop-all, img#wearables, img#leather, 
img#bio, img#custom-leather, img#photography {
  border-radius: 125%;
  width: 90%;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* .chat-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;;
}
.chat-bubble {
  background-color: #6f7364;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.chat-box {
  display: none;
  background-color: white;
  width: 250px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
  position: absolute;
  bottom: 60px;
  right: 0;
  font-family: 'Antonio', sans-serif;
}
.chat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  margin: 5px;
}
.chat-header button {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}
.chat-body label {
  margin: 5px;
  margin-bottom: 20px;
  /* margin: 5px 
}
.chat-body {
  margin-top: 10px;
}
.chat-body a {
  display: inline-block;
  margin-top: 10px;
  padding: 20px;
  text-decoration: none;
  color: #6f7364;
  font-weight: bold;
}
.chat-body form {
  display: flex;
  flex-direction: column;
}
.chat-body textarea {
  resize: none;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 8px;
  font-family: inherit;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.chat-body button {
  padding: 8px;
  background: #6f7364;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 75px;
  margin: 0 auto;
}
.chat-body button:hover {
  background-color: #555;
  transition: background-color 0.3s ease;
} */

.social img {
  height: 30px;
  border: 2px solid #eceaea;
  border-radius: 5px;
}