body {
  background-color: pink;
}

h1 {
  color: darkred;
  margin-left: 20px;
}

p {
    color: darkred;
    margin-left: 20px;
  }