/* Custom gradient background */
body {
    background: linear-gradient(to bottom, #FCEFEF 0%, #FCD29F 100%) !important;
    min-height: 100vh;
    background-attachment: fixed;
}