    body {
      font-family: 'Segoe UI', sans-serif;
      background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
      color: #ffffff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100vh;
      margin: 0;
      text-align: center;
    }

    .time-box {
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.1);
      padding: 30px 60px;
      border-radius: 20px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 180, 255, 0.2);
    }

    .title {
      font-size: 1rem;
      color: #ccc;
      margin-bottom: 10px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .time {
      font-size: 3rem;
      font-weight: 600;
      color: #00c3ff;
      text-shadow: 0 0 10px rgba(0, 195, 255, 0.4);
    }

    a {
      margin-top: 20px;
      color: #00c3ff;
      text-decoration: none;
    }