body, html {
  height: 100%;
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: linear-gradient(135deg, #3f51b5, #5c6bc0);
  color: white;
}

.coming-soon-container {
  height: 100vh;
  padding: 20px;
}

.social-icons a {
  color: white;
  transition: transform 0.2s, color 0.2s;
}

.social-icons a:hover {
  color: #ffc107;
  transform: scale(1.1);
}

.btn-outline-light {
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 500;
}
