* {
    margin: 0;
}

body {
background-color: hsl(212, 45%, 89%);
box-sizing: border-box;

}

p {
    font-family: Outfit, sans-serif;
}

.attribution {
    font-size: 11px;
    text-align: center;
    margin-top: 20px;
  }
  .attribution a {
    color: hsl(228, 45%, 44%);
  }

  .container {
    background-color: hsl(0, 0%, 100%);
    border-radius: 22px;
    width: 310px;
    height: 480px;
    margin-left: 20px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .qr-container {
    width: 280px;
    height: 280px;
    margin-top: 15px;
  }

  .qr-picture {
    width: 280px;
    height: 280px;
    object-fit: cover;
    border-radius: 10px;
  }
  .info-container {
   flex: 1;
   margin-top: 20px;
   
   text-align: center;
  
  }
  .heading {
    color: hsl(218, 44%, 22%);
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3;
    margin-left: 15px;
    margin-right: 15px;
    
  }
  .paragraph {
    color: hsl(220, 15%, 55%);
    font-size: 15px;
    line-height: 1.2;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    
  }
  .card {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }