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

html, body {
  width: 100%;
  height: 100%;
  background: black;
  color: white;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  text-align: center;
}

.logo {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: clamp(1rem, 28vw, 85rem);
  letter-spacing: 0.08em;
  font-weight: 700;
}

.subtitle {
  margin-top: 1.2rem;
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: clamp(0.9rem, 1.6vw, 1.4rem);
  letter-spacing: 0.35em;
  text-transform: lowercase;
  opacity: 0.9;
}
