/*some colors I like:
#B1DAC2 (background, light blue green)
#B29EBF (background, light lavender)
#1F3A5C (text, dark desaturated blue)
#552877 (text, dark purple)
#C4DAB1 (background, light yellowish green)
#013F49 (text, dark teal blue)
*/

html {
    background-color: #B29EBF;
}

body {
    width: 600px;
    background-color: #1F3A5C;
    margin: 0 auto;
    
}