:root {
    font-size: 62.5%;
  }
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
  }
  button:hover{
    cursor: pointer;
  }
  body{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #eae6e5;
  }
  .heading{
    margin: 3rem 0 5rem 0;
  }
  .title, .sub-title{
    font-size: 4rem;
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: #12130f;
  }
  .sub-title{
    font-size: 1.5rem;
    color: #8f8073;
  }
  .user-input{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .user-input label{
    text-align: center;
    font-size: 1.5rem;
    font-family: "Poppins", sans-serif;
  }
  .user-input input{
    width: 80%;
    max-width: 35rem;
    font-family: "Poppins", sans-serif;
    outline: none;
    border: none;
    border-radius: 0.5rem;
    background-color: #9b8774 ad;
    text-align: center;
    padding: 0.7rem 1rem;
    margin: 1rem 1rem 2rem 1rem;
  }
  .button{
    outline: none;
    border: none;
    border-radius: 0.5rem;
    padding: 0.7rem 1rem;
    margin-bottom: 3rem;
    background-color: #5b9279 9d;
    color: #12130f;
    font-family: "Poppins", sans-serif;
  }
  .qr-code{
    border-top: 0.5rem solid #8f8073;
    border-right: 0.5rem solid #8f8073;
    border-bottom: 1rem solid #8f8073;
    border-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-left: 0.5rem solid #8f8073;
    background-color: #8f8073;
  }
  .qr-code button{
    display: flex;
    justify-content: center;
    justify-content: center;
    background-color: #8f8073;
    font-family: "Poppins", sans-serif;
    color: #eae6e5;
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    margin-top: 1rem;
  }
  .qr-code button a{
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #eae6e5;
  }