body {
  background-color: #E042B6;
}
h1 {
  color: blue;
}
p {
  color: red;
}

@import url('fonts.googleapis.com');
.jersey-25-regular {
  font-family: "Jersey 25", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: black;
}
p {
  color: black;
  text-indent: 30px;
  text-transform: uppercase;
}