body {
      margin: 0;
      padding: 0;
      background: #f4f4f4;
      font-family: "Poppins", sans-serif;;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100vh;
      text-align: center;
      color: #7f2ef8;
      background: url('./images/bg.png') no-repeat;
    }
    .container {
      max-width: 600px;
      padding: 40px;
      background: #fff;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      border-radius: 10px;
    }
    h1 {
      font-size: 3.5em;
      margin-bottom: 0.5em;
    }
    p {
      font-size: 1.8em;
      color: #000;
    }