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

body {
  background: linear-gradient(135deg, #1a0033, #2d1b4e, #1a0033);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 120px rgba(100, 50, 180, 0.3);
}

.center {
  font-size: 8vw;
  font-family: 'Playfair Display', 'Times New Roman', Times, serif;
  color: #176396;
  text-shadow: 0 0 20px rgba(110, 198, 255, 0.5), 0 0 40px rgba(110, 198, 255, 0.2);
  user-select: none;
  text-align: center;
  line-height: 1;
}
