body {
color: red;
}
body {
background-color:lightblue
}

h1 {
  text-shadow: 1px 1px 1px red,
               2px 2px 1px red;
}
body { 
  text-align: center
}