/* light-theme.css */
.profile-card {
    background-color: #f991db; /* Light background */
    color: #ffffff; /* Dark text */
}

.qr-code-button i {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 25px;
    color: rgb(0, 0, 0); /* 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;
}