/* Start custom CSS */body {
    background: linear-gradient(to bottom, #e5cde8, #c9e7c0); /* Light purple to green */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}/* End custom CSS */