#capture-area {
    width: 1250px;
    height: 1250px;
    background-image: url('../images/friday_pass.png'); /* Adjust path */
    background-size: cover;
    background-position: center;
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qr-code {
    width: 500px;
    height: 500px;
}