Editable CSS Block

Click on the style block below to edit the CSS live:

Modify the CSS below:

body {
    font-family: Arial, sans-serif;
    background-color: lightblue;
    color: darkblue;
}

h1 {
    text-align: center;
    font-size: 3em;
}