html {
    background-image: 
        repeating-linear-gradient(
            0deg,
            #080,
            #5bf 12px,
            #ddd 12px,
            #488 24px
        );
    background-attachment: fixed;
}

body {
    background: #f3eedc;
}

