body {
  background: #f40000;
}
p {
  color: #00ffdf;
  text-align: center;
  font-size:25px;
}
h1 {
  font-weight: bold;
  color: #00ffd0;
  text-align: center;
  font-size: 36px;
}
h2{
  color: #000000;
  text-align: center;
  font-size: 32px;
}
img {
  display: block;
  margin: auto;
}