body {
  background:black;
}
p {
  color: #0000ff;
  font-size: 28px;
  text-align: center;
}
h1 {
  font-weight: bold;
  color: purple;
  font-size: 36px;
  text-align: center;
}
h2{
  color: blue;
  font-size: 32px;
  text-align: center;
}
img {
  display: block;
  margin: auto;
  width: 50%;
}