body {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", sans-serif;
    background: #f8f8f8;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    flex-direction: column;
    text-align: center;
  }
  
  .container {
    padding: 2rem;
    border-radius: 12px;
    background: white;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    max-width: 400px;
  }
  
  h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #e67e22;
  }
  
  p {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
  
  .emoji {
    font-size: 3rem;
  }
  