body {
     background-color: aqua;
 }

h1 {
    color: blueviolet;
    font: italic bold 22px/30px Georgia, serif;
 }

