    body {
      margin: 0;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #43127F;
      font-family: Arial, sans-serif;
    }
    h1 {
      font-size: 3rem;
      color: #ffff;
    }
