body {
  background-color: lightblue;
}
@font-face {
  font-family: myFont; /* set name */
  src: url(ComicRelief-Regular.ttf); /* url of the font */
}
h1 {
  color: white;
  text-align: center;
}

p {
  font-family: myFont;
  font-size: 20px;
}
