    body {
      font-family: "Segoe UI", Helvetica, Arial, sans-serif;
      background: #f9fafc;
      color: #333;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100vh;
      margin: 0;
    }

    .container {
      text-align: center;
      max-width: 500px;
      padding: 30px 30px 0px 30px;
      border-radius: 0px 0px 16px 16px;
      background: white;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .color-bar {
      text-align: center;
      background: linear-gradient(90deg, #0078d7, #00a2ff);
      height: 60px;
      border-radius: 3px;
    }

    h1 {
      padding-top: 12px;
      font-size: 24px;
      margin: 0 0 16px;
      color: #ffffff;
    }

    p {
      margin: 8px 0;
      font-size: 16px;
    }

    .bold {
      font-weight: bold;
    }

    .big {
      font-size: 18px;
    }

    .spacer {
      height: 24px;
    }

    img {
      width: 500px;
      margin-top: 24px;
    }