
      body {
        font-family: "Outfit", sans-serif;
        background-color: hsl(212, 45%, 89%);
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
      }

      .qr-card {
        background-color: white;
        border-radius: 20px;
        padding: 20px;
        width: 300px;
        text-align: center;
      }

      .qr-card__image {
        width: 100%;
        border-radius: 15px;
      }

      .qr-card__title {
        color: hsl(218, 44%, 22%);
        font-size: 18px;
        margin-top: 20px;
      }

      .qr-card__text {
        color: hsl(220, 15%, 55%);
        font-size: 14px;
        margin-top: 10px;
      }
