/*
Theme Name: Theme Comming Soon
*/
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #0b1021;
  color: #f4f6fb;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.wrapper {
  text-align: center;
  max-width: 560px;
  padding: 32px;
}
.logo-container {
  margin-bottom: 30px;
}
.logo-container img {
  max-width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
}
h1 {
  font-size: 48px;
  margin: 0 0 16px;
  letter-spacing: 1px;
  text-shadow: 0 0 10px rgba(95, 139, 255, 0.8),
    0 0 20px rgba(95, 139, 255, 0.6), 0 0 30px rgba(95, 139, 255, 0.4),
    0 0 40px rgba(95, 139, 255, 0.2);
  color: #f4f6fb;
}
p {
  margin: 0 0 24px;
  line-height: 1.6;
  color: #cfd3e6;
  text-shadow: 0 0 8px rgba(95, 139, 255, 0.3);
}

