body {
  background-color: blue;
}

h1 {
    color: pink;
    text-align: left;
    font-family: monospace;
    font-weight: normal;
    font-size: 30px; 
}
