
body, p {
    margin: auto;
    font-family: Helvetica, sans-serif;
    color: rgb(22,70,157);
}

.img1{
    justify-content: center;
    align-items: center;
}

.img2{
    text-align: center;
    padding: 50px 0;
    align-items: center;
    justify-items: center;

}

.qr-bg{
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
}

.qrpage{
    margin: 20px;
    align-self: center;
    width: 60%;
    justify-content: center;
}
.button{
    background-color: rgb(22,70,157); 
    border: none;
    border-radius: 2mm;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: auto 30px;
}

.tc-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(22,70,157,0.8);
    position: absolute;
    top: 0em;
    display: none;
    justify-content: center;
    align-items: center;
}

.tc-pop{
    width: 50%;
    height: 75%;
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    display: block;
}

.close{
    position: absolute;
    top: 0em;
    right: 5px;
    font-size: 35px;
    transform: rotate(45deg);
    cursor: pointer;
}

.tynote{
    width: 30%;
    height: 28%;
    border-radius: 5px;
    background-color: white;
    padding: 20px;
    text-align: center;
    display: none;
    
}

input[type="radio"] {
    margin: 0 10px 0 30px;
}