/* Custom page CSS */

html {
    background: #ffffff;
    background: linear-gradient(135deg,rgba(255, 255, 255, 1) 0%,
                                       rgba(255, 255, 255, 1) 66%,
                                       rgba(255, 249, 207, 1) 100%);
}
