/* Add custom CSS styles below */ 
.text-xl {
    color: aliceblue;
}
h2 {
    color: aliceblue;
}
.s-user-settings-section-title {
    color: rgb(255 255 255);
}
.s-user-settings-section-icon svg {
    fill: #fff;
    color: #fff;
}
.s-user-settings-section-subtitle {
    color: rgb(255 210 38);
}