.abt-col {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.subtext {
    text-align: center;
}

#qr-code-redeem {
    display: flex; 
    justify-content: center; 
    margin-bottom: 1rem;
}

.button-cont {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

#code-text {
    font-weight: 600;
    text-align: center;
    font-size: 30px;
}

.abt-col h2 {
    margin-bottom: 2rem;
}

#header-txt-cnt {
    z-index: 1;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 50px;
    justify-content: center;
}

#header-txt-cnt h1 {
    color: white;
    text-align: center;
}

#icon-image {
    display:block; 
    width:100%; 
    max-width:250px; 
    height:auto;
}