body {
    background-color: hsl(212, 45%, 89%);
  }
  div.container {
    height: 360px;
    width: 230px;
    margin-top: 110px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border-radius: 5%;
    text-align: center;
  }
  .qr-code {
    height: 205px;
    width: 205px;
    border-radius: 4%;
    margin-top: 10px;
  }
  h4{
    margin: 12px;
    font-size: 17px;
    color: hsl(218, 44%, 22%);
  }
  p {
    color: hsl(220, 15%, 55%);
    font-weight: medium;
    font-size: 13px;
    width: 230px;
    margin-bottom: 10px;
  }