h1 {
    color: black;
}
/* changes font */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    
    background-color: lavender; 
    color: black;
}
