.page { width: 100%; height: 100svh; background: #ffe135; // Red gradient // background: linear-gradient(to bottom, // #040404 0%, // #550000 20%, // #D80100 40%, // #F30000 100% // ); // Orange Gradient // background: linear-gradient(to bottom, // #c74d0f 0%, // #e25f0e 20%, // #FBB241 40%, // #FBE5AD 100% // ); } .view { width: 100%; height: 100%; }