body {
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue', sans-serif;
  background: linear-gradient(to bottom right, #ffffff, #fffad1);
  color: #1a1a1a;
  overflow-x: hidden;
}

header {
  position: absolute;
  top: 20px;
  left: 30px;
}

.top-logo {
  width: 100px;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 100vh;
  padding: 40px 20px;
  box-sizing: border-box;
}

.intro {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.main-title {
  font-size: 4rem;
  font-weight: 800;
  margin: 0;
  margin-bottom: 0.5rem;
}

.tagline {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 2rem;
  letter-spacing: 0.4px;
}

.product-image {
  width: 300px;
  max-width: 90vw;
  margin-bottom: 2rem;
}

.follow {
  font-size: 1rem;
  color: #333;
}

.follow a {
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 500;
}
