/* light-theme.css */
.profile-card {
    background-color: #f0f0f0; /* Light background */
    color: #000000; /* Dark text */
}
.qr-code-button i {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 25px;
    color: #121212; /* You have this as white. If you want to change color, adjust here */
    transition: .5s;
    border-radius: 50%;
    line-height: calc(60px - 12px);
    align-items: center;
}