body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
}

.main-logo {
  max-width: 300px;
  height: auto;
  margin-bottom: 40px;
}

.links {
  position: absolute;
  bottom: 60px;
  text-align: center;
}

.links h1 {
  font-size: 24px;
  color: #9b3e8d;
  margin-bottom: 20px;
}

.etsy-link a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: bold;
  color: #9b3e8d;
  font-size: 18px;
}

.etsy-link img {
  width: 28px;
  height: 28px;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 20px;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
}

.social-icons img {
  width: 28px;
  height: 28px;
}
