body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #f9e6ec;
  color: #FFA6C9;
  text-align: center;
}

h1 {
  font-size: clamp(1.6rem, 5vw, 2.4rem);
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

.sticker {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 400px;
  z-index: 1000;
}

@media (max-width: 600px) {
  .sticker {
    width: 160px;
    top: 20px;
    right: 20px;
  }

  h1 {
    font-size: 2rem;
    letter-spacing: 0.02em;
  }
}
