* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Libre Baskerville', serif;
  background: #db2777;
  color: #f5f5f5;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-name {
  font-size: clamp(4rem, 14vw, 10rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.03em;
  z-index: 2;
  position: relative;
}

.hero-name em {
  font-style: italic;
}
