.pinterest-button {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff; /* White background */
  color: #e60023; /* Pinterest red for text */
  text-decoration: none;
  padding: 8px 16px;
  border: 2px solid #e60023; /* Pinterest red border */
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  margin-bottom: 5px; /* 30px margin below the button */
}
.pinterest-button:hover {
  background-color: #f2f2f2; /* Light gray for hover */
}
.pinterest-logo img {
  height: 24px;
  margin-right: 8px;
}
.pinterest-button-text {
  display: block;
}