*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    background-color: rgb(148, 156, 75);
}
.container-one{
    background-color: rgb(203, 203, 176);
    height: 500px;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
 
   
}
.container{
    margin: 12px;
    padding-top: 12px;
margin-bottom: 40px;
}
.qr-image{
    background-color: rgb(121, 172, 185);
    height: 250px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    
}

.heading-text{
    text-align: center;
    font-size: 28px;
    padding-bottom: 50px;
}
.heading-paragraph{
    color:gray;
    text-align: center;
    align-items: center;
   
}