/* dark-theme.css */
.profile-card {
    background-color: #2c2c2c; /* Dark background */
    color: #fff; /* Light text */
}

.qr-code-button i {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 25px;
    color: #ffffff; /* 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;
}

