body {
    font-family: 'Inter', sans-serif;
    padding-top: 1.5rem;
}

input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.centerk {
    text-align: center;
}

#qr svg {
    width: 300px;
    height: 300px;
}

#qr-download {
    margin-top: 20px;
    padding: 10px 16px;
    background: #007bff;
    border: none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
}

.hidden {
    display: none;
}

.accordion-button {
    font-weight: bold;
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 23px;
    margin: 23px 0px 5px 0;
}

.divin1 {
    color: #666666
}

.divin1 a {
    font-weight: bold;
    text-decoration: none;
}

.footer {
    background: #666666;
    padding: 23px 0px;
    color: #fff;
    border-top: 6px solid #edd005;
    margin: 20px 0px 0px 0px;
    text-align: center;
}

.div-con {
    min-height: 100vh;
}

.infola {
    width: 179px;
    text-align: right;
}

a {
    text-decoration: none;
}