.logo_header {
    text-align: center;
    margin-bottom: 10px;

}
.section {
    background: #ffffff;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.logo_header img {
    max-width: 180px;
    height: auto;
}

#qrcode {
    max-width: 180px;
    height: auto;
}

.section h2 {
    text-align: center;
    margin-bottom: 20px;
}

.qr-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.qr-card {
    text-align: center;
}

.qr-card img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
}

.qr-card p {
    margin-top: 10px;
    font-weight: bold;
}

footer {
    text-align: center;
    margin-top: 20px;
    color: #666;
    font-size: 14px;
}