html {
    height: 100%;
    width: 100%;
}

body {

background: #fffebd;
background: linear-gradient(180deg, rgba(255, 254, 189, 1) 0%, rgba(255, 255, 148, 1) 26%, rgba(255, 249, 84, 1) 51%, rgba(219, 255, 41, 1) 77%, rgba(255, 251, 0, 1) 100%);

}