    /* @font-face {
        font-family:Outfit;
        src: url(fonts/Outfit-Bold.ttf);
    } */
   
   *{ margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: sans-serif;
    }
    
    body {
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color:  hsl(209, 44%, 88%);

    }
    .img-bg {
      position: relative;
      width: 250;
      height: 250;
    }

    .img-bg .qr-image{
     width: 100%;
     border-radius: 10px;
    }
    .card {
      width: 320px;
      height: 499px;
      box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.0477);
      background-color: hsl(0, 0%, 100%);
      border-radius: 20px;
      padding: 16px;
      display: flex;
      align-items: center;
      flex-direction: column;
      gap: 24px;
      text-align: center;
    }
    

  h1 {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0px;
  color: hsl(218, 44%, 22%);
  }


  p {
    font-size: 15px;
    color: hsl(218, 6%, 73%);
    margin: 0;
    text-align: center;
    position: relative;
    top: 20px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.2px;
    color: hsl(216, 15%, 48%);
    top: 20px;
  }

  @media only screen and (min-width: 1440px){
    
  }
